mirror of
https://github.com/ceph/ceph
synced 2024-12-13 15:08:33 +00:00
f445219330
This avoids an additional async cap wanted update in the usual case. And let's us pass in default layout info! Untested... |
||
---|---|---|
.. | ||
active | ||
auth | ||
client | ||
common | ||
crush | ||
crush.old | ||
doc | ||
ebofs | ||
include | ||
jobs | ||
kernel | ||
mds | ||
messages | ||
mon | ||
mount | ||
msg | ||
objclass | ||
os | ||
osbdb | ||
osd | ||
osdc | ||
radosgw | ||
script | ||
test | ||
.gitignore | ||
barclass.cc | ||
cconf.cc | ||
ceph_common.sh | ||
ceph_ver.c | ||
ceph.cc | ||
cfuse.cc | ||
cls_acl.cc | ||
cls_crypto.cc | ||
cm.txt | ||
cmds.cc | ||
cmon.cc | ||
cmonctl | ||
config.cc | ||
config.h | ||
cosd.cc | ||
cosd.ceph.conf | ||
crun | ||
crushtool.cc | ||
csyn.cc | ||
dumpjournal.cc | ||
dupstore.cc | ||
extractosdmaps.cc | ||
fakefuse.cc | ||
fakesyn.cc | ||
fooclass.cc | ||
init-ceph.in | ||
librados.cc | ||
loadclass.sh | ||
make_version | ||
Makefile.am | ||
Makefile.old | ||
Makefile.orig | ||
mkcephfs.in | ||
mkmonfs.cc | ||
monmaptool.cc | ||
osdmaptool.cc | ||
psim.cc | ||
rados.cc | ||
radosacl.cc | ||
README | ||
sample.ceph.conf | ||
stop.sh | ||
streamtest.cc | ||
testclass.cc | ||
testmsgr.cc | ||
testrados.c | ||
testradospp.cc | ||
TODO | ||
valgrind.supp | ||
verify-mds-journal.sh | ||
vstart.sh |
A few helper scripts: mkcephfs.sh -- initialize a new, empty ceph filesystem (by creating a fresh monfs) mkfs.sh -- same, but also initialize empty object stores. assumes all osds are on the same node, with dev/osd# for storage. stop.sh -- stop/kill all daemons. restart.sh -- stop everything, then restart everything. (does not mkfs.) startnew.sh -- stop everything, initialize new ceph fs, and start it. assumes everything is on one node. for ease of testing.