ceph/src
2009-01-06 12:45:24 -08:00
..
active
client uclient: set dirty bits in cap_snap 2009-01-06 11:08:44 -08:00
common logclient: adjust link_dispatcher; add unlink_dispatcher 2008-12-16 11:25:14 -08:00
crush crush: don't recurse to leaf unless item is a bucket 2008-12-12 20:22:25 -08:00
crush.old
doc
ebofs os: start_sync osd operation 2008-12-23 12:29:04 -08:00
include mds: bunch of cap protocol changes, and user client adjustments. 2009-01-05 16:30:10 -08:00
jobs
kernel mds: bunch of cap protocol changes, and user client adjustments. 2009-01-05 16:30:10 -08:00
mds mds: fix cap release seq check 2009-01-06 12:45:24 -08:00
messages mds: bunch of cap protocol changes, and user client adjustments. 2009-01-05 16:30:10 -08:00
mon Merge branch 'unstable' into asyncmds 2008-12-31 11:30:08 -08:00
msg msgr: stop accepter on socket error 2008-12-17 10:32:09 -08:00
os os: start_sync osd operation 2008-12-23 12:29:04 -08:00
osbdb
osd change ceph_fsid 2008-12-23 13:39:25 -08:00
osdc Merge branch 'unstable' into asyncmds 2008-12-31 11:30:08 -08:00
script
test
.gitignore rename cmonctl -> ceph 2008-12-15 11:34:13 -08:00
ceph.cc ceph: increase command timeout 2008-12-24 12:45:07 -08:00
cfuse.cc
cm.txt dstart: cm.txt update (for 3x) 2008-12-17 15:42:22 -08:00
cmds.cc mds: fix standby_replay on startup 2008-12-23 11:45:03 -08:00
cmon.cc
cmonctl rename cmonctl -> ceph 2008-12-15 11:34:13 -08:00
config.cc mds: add --mds_early_reply option 2008-12-23 16:36:27 -08:00
config.h mds: add --mds_early_reply option 2008-12-23 16:36:27 -08:00
cosd.cc change ceph_fsid 2008-12-23 13:39:25 -08:00
crun
crushtool.cc
csyn.cc
dstart.sh mon: make 'osd setmap' take epoch, to avoid executing multiple times 2008-12-24 14:19:27 -08:00
dstop.sh dstop: kill crun too 2008-12-12 14:07:49 -08:00
dumpjournal.cc dispatcher: cascading dispatch infrastructure 2008-12-04 14:01:12 -08:00
dupstore.cc
extractosdmaps.cc
fakefuse.cc
fakesyn.cc
Makefile.am mount.ceph: fix warnings, add to Makefile.am 2008-12-23 12:09:13 -08:00
Makefile.old
Makefile.orig
mkcephfs.sh mon: make 'osd setmap' take epoch, to avoid executing multiple times 2008-12-24 14:19:27 -08:00
mkmonfs.cc
mkmonmap.cc
monmaptool.cc
montest.sh mon: make 'osd setmap' take epoch, to avoid executing multiple times 2008-12-24 14:19:27 -08:00
mount.ceph.c mount.ceph: fix warnings, add to Makefile.am 2008-12-23 12:09:13 -08:00
newsyn.cc
osdmaptool.cc osdmap: use print method from osdmaptool 2008-12-08 10:01:37 -08:00
psim.cc
README
restart.sh
stop.sh vstart.sh/stop.sh can start and stop specific modules 2008-12-12 14:51:40 -08:00
streamtest.cc
testmsgr.cc dispatcher: cascading dispatch infrastructure 2008-12-04 14:01:12 -08:00
TODO mds: bunch of cap protocol changes, and user client adjustments. 2009-01-05 16:30:10 -08:00
valgrind.supp
verify-mds-journal.sh verify-mds-journal: periodically verify mds replay; stop if error 2008-12-17 13:37:34 -08:00
vstart.sh todo 2009-01-02 09:26:27 -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.