mirror of
https://github.com/ceph/ceph
synced 2024-12-19 09:57:05 +00:00
40bb4187f8
Avoid segfault on malformed command line args. |
||
---|---|---|
.. | ||
active | ||
client | ||
common | ||
crush | ||
crush.old | ||
doc | ||
ebofs | ||
include | ||
jobs | ||
kernel | ||
mds | ||
messages | ||
mon | ||
msg | ||
os | ||
osbdb | ||
osd | ||
osdc | ||
script | ||
test | ||
.gitignore | ||
cconf.cc | ||
ceph_common.sh | ||
ceph_init | ||
ceph_stop | ||
ceph.cc | ||
cephd | ||
cfuse.cc | ||
cm.txt | ||
cmds.cc | ||
cmon.cc | ||
cmonctl | ||
config.cc | ||
config.h | ||
cosd.cc | ||
crun | ||
crushtool.cc | ||
csyn.cc | ||
dstart.sh | ||
dstop.sh | ||
dumpjournal.cc | ||
dupstore.cc | ||
extractosdmaps.cc | ||
fakefuse.cc | ||
fakesyn.cc | ||
Makefile.am | ||
Makefile.old | ||
Makefile.orig | ||
mkcephfs.sh | ||
mkmonfs.cc | ||
mkmonmap.cc | ||
monmaptool.cc | ||
montest.sh | ||
mount.ceph.c | ||
newsyn.cc | ||
osdmaptool.cc | ||
psim.cc | ||
README | ||
restart.sh | ||
streamtest.cc | ||
testmsgr.cc | ||
TODO | ||
valgrind.supp | ||
verify-mds-journal.sh | ||
vstart.sh | ||
workingdir.conf |
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.