forked from sheepdog/sheepdog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MAINTAINERS
76 lines (63 loc) · 2.24 KB
/
MAINTAINERS
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
Sheepdog Maintainers
====================
The intention of this file is not to establish who owns what portions of the
code base, but to provide a set of names that developers can consult when they
have a question about a particular subset and also to provide a set of names
to be CC'd when submitting a patch to obtain appropriate review.
In general, if you have a question about inclusion of a patch, you should
consult sheepdog development list and not any specific individual privately.
Descriptions of section entries:
M: Mail patches to: FullName <address@domain>
L: Mailing list that is relevant to this area
B: Branches with wildcard patterns
F: Files and directories with wildcard patterns
Sheepdog Overall
------------------------------
M: MORITA Kazutaka <[email protected]>
M: Liu Yuan <[email protected]>
M: Hitoshi Mitake <[email protected]>
B: sheeepdog/*
Sheepdog Stable Branches
------------------------------
M: Hitoshi Mitake <[email protected]>
B: sheepdog/stable-*
HTTP interface
------------------------------
M: Robin Dong <[email protected]>
F: sheeepdog/sheep/http/*
Zookeeper driver and utility
M: Ruoyu <[email protected]>
F: sheepdog/sheep/cluster/zookeeper.c
F: sheepdog/tools/zk_control.c
QEMU Driver
------------------------------
M: MORITA Kazutaka <[email protected]>
M: Liu Yuan <[email protected]>
F: qemu/block/sheedog.c
iSCSI Target Driver
------------------------------
M: Hitoshi Mitake <[email protected]>
F: tgt/usr/bs_sheepdog.c
Libvirt Driver
------------------------------
M: Sebastian Wiedenroth <[email protected]>
F: libvirt/storage/storage_backend_sheepdog.c
Openstack Drivers
------------------------------
M: MORITA Kazutaka <[email protected]>
M: Liu Yuan <[email protected]>
F: openstack/glance/store/sheepdog.py
F: openstack/cinder/volume/drivers/sheepdog.py
Earthquake testing stuff
------------------------------
M: Hitoshi Mitake <[email protected]>
F: tests/earthquake/*