-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
33 lines (33 loc) · 1.33 KB
/
.gitmodules
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
[submodule "cluster/test/deploy/mds"]
path = cluster/test/deploy/mds
url = https://github.com/michaelsevilla/mds.git
[submodule "cluster/1client/src/ceph"]
path = cluster/1client/src/ceph
url = https://github.com/michaelsevilla/ceph.git
[submodule "cluster/1client/src/mds"]
path = cluster/1client/src/mds
url = https://github.com/michaelsevilla/mds.git
[submodule "cluster/3client/src/mds"]
path = cluster/3client/src/mds
url = https://github.com/michaelsevilla/mds.git
[submodule "cluster/3client/src/ceph"]
path = cluster/3client/src/ceph
url = https://github.com/michaelsevilla/ceph.git
[submodule "cluster/5client/src/mds"]
path = cluster/5client/src/mds
url = https://github.com/michaelsevilla/mds.git
[submodule "cluster/5client/src/ceph"]
path = cluster/5client/src/ceph
url = https://github.com/michaelsevilla/ceph.git
[submodule "cluster/1client-runs/src/mds"]
path = cluster/1client-runs/src/mds
url = https://github.com/michaelsevilla/mds.git
[submodule "cluster/1client-runs/src/ceph"]
path = cluster/1client-runs/src/ceph
url = https://github.com/michaelsevilla/ceph.git
[submodule "cluster/2client-runs/src/mds"]
path = cluster/2client-runs/src/mds
url = https://github.com/michaelsevilla/mds.git
[submodule "cluster/2client-runs/src/ceph"]
path = cluster/2client-runs/src/ceph
url = https://github.com/michaelsevilla/ceph.git