ceph/src
2009-01-22 11:04:54 -08:00
..
active
client mds: unique (per mds) cap_id 2009-01-21 15:34:31 -08:00
common
crush
crush.old
doc
ebofs
include mds: unique (per mds) cap_id 2009-01-21 15:34:31 -08:00
jobs
kernel mds: unique (per mds) cap_id 2009-01-21 15:34:31 -08:00
mds mds: fix xattr projection 2009-01-21 16:44:21 -08:00
messages mds: unique (per mds) cap_id 2009-01-21 15:34:31 -08:00
mon mon: include fsid in MMonObserveNotify 2009-01-17 13:24:35 -08:00
msg
os
osbdb
osd
osdc objectcacher: fix object trimming 2009-01-19 17:03:05 -08:00
script script: find high latency requests in mds log 2009-01-22 11:04:54 -08:00
test
.gitignore
ceph.cc
cfuse.cc
cm.txt
cmds.cc
cmon.cc
cmonctl
config.cc journaler: don't request ACKs if in safe mode; do safe mode by default (since mds does too) 2009-01-16 10:37:32 -08:00
config.h
cosd.cc
crun
crushtool.cc
csyn.cc
dstart.sh
dstop.sh bash, not sh 2009-01-17 10:06:03 -08:00
dumpjournal.cc
dupstore.cc
extractosdmaps.cc
fakefuse.cc
fakesyn.cc
Makefile.am v0.6 2009-01-20 11:52:50 -08:00
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 bash, not sh 2009-01-17 10:06:03 -08:00
stop.sh bash, not sh 2009-01-17 10:06:03 -08:00
streamtest.cc
testmsgr.cc
TODO mds: fix xattr projection 2009-01-21 16:44:21 -08:00
valgrind.supp
verify-mds-journal.sh bash, not sh 2009-01-17 10:06:03 -08:00
vstart.sh vstart: -l | --localhost to use 127.0.0.1 2009-01-17 11:25:18 -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.