forked from oVirt/vdsm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
175 lines (160 loc) · 7.75 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
# SPDX-FileCopyrightText: Red Hat, Inc.
# SPDX-License-Identifier: GPL-2.0-or-later
# See github docs for more info on the syntax:
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Default if nothing more specific matches
* @aesteve-rh @mz-pdm @almusil @tinez
# Storage
lib/vdsm/storage/ @aesteve-rh
tests/storage/ @aesteve-rh
# Virt
lib/dnf-plugins @mz-pdm
lib/vdsm/virt/ @mz-pdm
lib/vdsm/virt/backup.py @aesteve-rh
lib/vdsm/virt/livemerge.py @aesteve-rh
lib/vdsm/virt/periodic.py @mz-pdm @aesteve-rh
lib/vdsm/virt/secret.py @aesteve-rh
lib/vdsm/virt/thinp.py @aesteve-rh
lib/vdsm/virt/vm.py @mz-pdm @aesteve-rh
lib/vdsm/virt/vmdevices/lease.py @aesteve-rh @mz-pdm
lib/vdsm/virt/vmdevices/storage.py @aesteve-rh @mz-pdm
tests/virt/ @mz-pdm
tests/virt/backup_test.py @aesteve-rh
tests/virt/cd_test.py @aesteve-rh
tests/virt/diskreplicate_test.py @aesteve-rh
tests/virt/fakedomainadapter.py @aesteve-rh
tests/virt/livemerge_test.py @aesteve-rh
tests/virt/thinp_monitor_test.py @aesteve-rh
tests/virt/thinp_test.py @aesteve-rh
tests/virt/vmlease_test.py @aesteve-rh @mz-pdm
tests/virt/vmsecret_test.py @aesteve-rh
tests/virt/vmstorage_test.py @aesteve-rh @mz-pdm
# Network
lib/vdsm/network/ @almusil
pyproject.toml @almusil
tests/network/ @almusil
# Gluster - maintainer needed
lib/vdsm/gluster/
# Infra
lib/vdsm/alignmentScan.py @aesteve-rh
lib/vdsm/api/ @tinez
lib/vdsm/client.py @tinez
lib/vdsm/clientIF.py @mz-pdm @aesteve-rh
lib/vdsm/config.py @tinez
lib/vdsm/constants.py @tinez
lib/vdsm/cpuinfo.py @mz-pdm
lib/vdsm/dmidecodeUtil.py @mz-pdm
lib/vdsm/executor.py @aesteve-rh @mz-pdm @tinez
lib/vdsm/health.py @aesteve-rh
lib/vdsm/hook/ @tinez
lib/vdsm/host/ @tinez
lib/vdsm/hugepages.py @mz-pdm
lib/vdsm/jobs.py @aesteve-rh @mz-pdm
lib/vdsm/jsonrpcvdscli.py @tinez
lib/vdsm/kvm2ovirt.py @mz-pdm
lib/vdsm/logUtils.py @aesteve-rh @mz-pdm @tinez
lib/vdsm/machinetype.py @mz-pdm
lib/vdsm/metrics/ @tinez
lib/vdsm/mkimage.py @mz-pdm
lib/vdsm/moduleloader.py @tinez
lib/vdsm/momIF.py @mz-pdm
lib/vdsm/numa.py @mz-pdm
lib/vdsm/osinfo.py @tinez
lib/vdsm/ppc64HardwareInfo.py @mz-pdm
lib/vdsm/protocoldetector.py @tinez
lib/vdsm/rpc/ @tinez
lib/vdsm/schedule.py @aesteve-rh @mz-pdm @tinez
lib/vdsm/sslutils.py @tinez
lib/vdsm/supervdsm_server.py @tinez
lib/vdsm/taskset.py @aesteve-rh
lib/vdsm/throttledlog.py @mz-pdm
lib/vdsm/tool/ @tinez
lib/vdsm/utils.py @tinez
lib/vdsm/v2v.py @mz-pdm
lib/vdsm/vdsm.conf.sample @tinez
lib/vdsm/vdsmd.py @tinez
lib/vdsm/virtsparsify.py @mz-pdm
lib/vdsm/virtsysprep.py @mz-pdm
tests/executor_test.py @aesteve-rh @mz-pdm @tinez
tests/lib/ @tinez
tests/passwords_test.py @aesteve-rh @mz-pdm @tinez
tests/prlimit_test.py @aesteve-rh
tests/schedule_test.py @aesteve-rh @mz-pdm @tinez
# Profiling
lib/vdsm/profiling/ @aesteve-rh
lib/vdsm/profiling/memory
# Common
lib/vdsm/common/ @tinez
lib/vdsm/common/api.py @tinez @aesteve-rh
lib/vdsm/common/base26.py @mz-pdm
lib/vdsm/common/cache.py @aesteve-rh @tinez
lib/vdsm/common/cmdutils.py @tinez @aesteve-rh
lib/vdsm/common/commands.py @tinez @aesteve-rh
lib/vdsm/common/concurrent.py @aesteve-rh
lib/vdsm/common/config.py.in @tinez
lib/vdsm/common/constants.py.in @tinez
lib/vdsm/common/conv.py @mz-pdm
lib/vdsm/common/cpuarch.py @mz-pdm
lib/vdsm/common/define.py @mz-pdm
lib/vdsm/common/dsaversion.py.in @tinez
lib/vdsm/common/errors.py @aesteve-rh
lib/vdsm/common/eventfd.py @tinez
lib/vdsm/common/exception.py @aesteve-rh @mz-pdm
lib/vdsm/common/filecontrol.py @tinez
lib/vdsm/common/fileutils.py @almusil @aesteve-rh @mz-pdm
lib/vdsm/common/function.py @almusil
lib/vdsm/common/hooks.py @tinez
lib/vdsm/common/hostdev.py @mz-pdm
lib/vdsm/common/hostutils.py @almusil
lib/vdsm/common/libvirtconnection.py @mz-pdm
lib/vdsm/common/lockfile.py @tinez @aesteve-rh
lib/vdsm/common/logutils.py @aesteve-rh @mz-pdm @tinez
lib/vdsm/common/nbdutils.py @aesteve-rh
lib/vdsm/common/osutils.py @tinez
lib/vdsm/common/panic.py @aesteve-rh @tinez
lib/vdsm/common/password.py @aesteve-rh @mz-pdm @tinez
lib/vdsm/common/pki.py @tinez
lib/vdsm/common/proc.py @almusil
lib/vdsm/common/properties.py @aesteve-rh
lib/vdsm/common/pthread.py @mz-pdm @aesteve-rh @tinez
lib/vdsm/common/sigutils.py @tinez @aesteve-rh
lib/vdsm/common/supervdsm.py @tinez @aesteve-rh
lib/vdsm/common/systemctl.py @aesteve-rh
lib/vdsm/common/systemd.py @aesteve-rh
lib/vdsm/common/threadlocal.py @tinez @aesteve-rh
lib/vdsm/common/time.py @tinez @aesteve-rh
lib/vdsm/common/udevadm.py @aesteve-rh
lib/vdsm/common/units.py @aesteve-rh
lib/vdsm/common/unixrpc.py @mz-pdm
lib/vdsm/common/validate.py @mz-pdm
lib/vdsm/common/xmlutils.py @mz-pdm
tests/common/ @tinez
tests/common/cmdutils_test.py @tinez @aesteve-rh @almusil
tests/common/commands_test.py @tinez @aesteve-rh
tests/common/concurrent_test.py @aesteve-rh
tests/common/properties_test.py @aesteve-rh
tests/common/pthread_test.py @aesteve-rh
tests/common/systemctl_test.py @aesteve-rh
tests/common/systemd_test.py @aesteve-rh
tests/common/time_test.py @aesteve-rh
# Helpers
helpers/fallocate @aesteve-rh
helpers/kvm2ovirt @mz-pdm
# Containers
docker/ @aesteve-rh @almusil @tinez
# Init
init/ @tinez
# Static
static/ @tinez
static/etc/libvirt @mz-pdm
static/etc/modprobe.d @almusil
static/etc/modules-load.d @almusil
static/etc/NetworkManager @almusil
static/etc/ovirt-imageio @aesteve-rh
static/etc/sudoers.d @tinez @aesteve-rh
static/etc/vdsm/mom.d/ @mz-pdm
# Hooks
vdsm_hooks/ @tinez @mz-pdm @almusil
# Documentation owners
doc/ @aesteve-rh @mz-pdm @almusil @tinez
README.md @aesteve-rh @mz-pdm @almusil @tinez