ceph/src
2009-02-18 11:07:19 -08:00
..
active
client mds: add truncate_size 2009-01-30 11:44:33 -08:00
common assert: warn on assertion if requested for current thread 2009-02-09 16:29:43 -08:00
crush crush: remote list builder printf 2009-01-23 16:44:40 -08:00
crush.old
doc
ebofs
include assert: some more assert_warn 2009-02-12 16:47:56 -08:00
jobs
kernel kclient: backport changes to kernel 2.6.25 2009-02-17 10:45:34 -08:00
mds mds: don't rdlock stat fields that client has EXCL cap for 2009-02-17 12:15:39 -08:00
messages osd: put full original reqid in osd_op_reply 2009-01-30 11:44:34 -08:00
mon osd: fix log level 2009-01-30 16:24:41 -08:00
msg msgr: fix WAIT connection race handling 2009-01-30 11:00:43 -08:00
os
osbdb
osd cosd: change some assert to assert_warn and clean exit 2009-02-12 15:05:12 -08:00
osdc mds: truncate changes. not complete. 2009-01-30 11:44:33 -08:00
script scripts: osd latency check script 2009-01-28 16:11:34 -08:00
test
.gitignore
cconf.cc ceph.sh: startup script that uses conf file 2009-01-29 13:55:33 -08:00
ceph_common.sh renamed common.sh to ceph_common.sh 2009-01-30 11:41:06 -08:00
ceph_init ceph_init: fix initalization 2009-01-30 15:56:36 -08:00
ceph_stop rename stop.sh to ceph_stop, added to Makefile.am 2009-01-30 11:24:20 -08:00
ceph.cc added a common initialization function 2009-02-09 15:46:02 -08:00
cephd conf: can turn on debug logs in startup.conf 2009-02-18 11:07:19 -08:00
cfuse.cc added a common initialization function 2009-02-09 15:46:02 -08:00
cm.txt
cmds.cc assert: some more assert_warn 2009-02-12 16:47:56 -08:00
cmon.cc added a common initialization function 2009-02-09 15:46:02 -08:00
cmonctl
config.cc conf: add debug_ms option 2009-02-17 13:26:24 -08:00
config.h ceph.sh: startup script that uses conf file 2009-01-29 13:55:33 -08:00
cosd.cc assert: some more assert_warn 2009-02-12 16:47:56 -08:00
crun crun: restart only processes that should have dumped core 2009-01-30 12:46:17 -08:00
crushtool.cc
csyn.cc added a common initialization function 2009-02-09 15:46:02 -08:00
dstart.sh ceph_init: initial version 2009-01-30 15:47:59 -08:00
dstop.sh bash, not sh 2009-01-17 10:06:03 -08:00
dumpjournal.cc added a common initialization function 2009-02-09 15:46:02 -08:00
dupstore.cc added a common initialization function 2009-02-09 15:46:02 -08:00
extractosdmaps.cc
fakefuse.cc added a common initialization function 2009-02-09 15:46:02 -08:00
fakesyn.cc added a common initialization function 2009-02-09 15:46:02 -08:00
Makefile.am add ceph_init to distribution 2009-02-17 10:57:48 -08:00
Makefile.old
Makefile.orig
mkcephfs.sh
mkmonfs.cc ceph_init: initial version 2009-01-30 15:47:59 -08:00
mkmonmap.cc
monmaptool.cc
montest.sh
mount.ceph.c mount.ceph: fix segfault when port is not specified 2009-01-23 12:38:29 -08:00
newsyn.cc added a common initialization function 2009-02-09 15:46:02 -08:00
osdmaptool.cc added a common initialization function 2009-02-09 15:46:02 -08:00
psim.cc
README
restart.sh bash, not sh 2009-01-17 10:06:03 -08:00
streamtest.cc added a common initialization function 2009-02-09 15:46:02 -08:00
testmsgr.cc added a common initialization function 2009-02-09 15:46:02 -08:00
TODO todos 2009-01-30 16:03:11 -08:00
valgrind.supp
verify-mds-journal.sh bash, not sh 2009-01-17 10:06:03 -08:00
vstart.sh vstart: fix call to stop.sh 2009-01-30 16:03:13 -08:00

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.