ceph/src
2009-02-24 14:08:19 -08:00
..
active
client client: reverse rename argument order 2009-02-19 14:45:37 -08:00
common common: uninit var 2009-02-24 12:33:21 -08:00
crush crush: remote list builder printf 2009-01-23 16:44:40 -08:00
crush.old
doc
ebofs os: start_sync osd operation 2008-12-23 12:29:04 -08:00
include kclient: mds requests in terms of dentries, not paths 2009-02-19 11:58:25 -08:00
jobs
kernel kclient: typo 2009-02-24 12:22:16 -08:00
mds mds: xlock filelock during truncate 2009-02-24 12:21:45 -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 os: start_sync osd operation 2008-12-23 12:29:04 -08:00
osbdb
osd cosd: change some assert to assert_warn and clean exit 2009-02-12 15:05:12 -08:00
osdc objecter: shouldn't swap bufferlist buffers 2009-02-20 14:49:44 -08:00
script script: fix check_osd_request_latency 2009-02-18 11:53:51 -08:00
test debian: cleanup, changelog fix 2009-02-24 12:29:28 -08:00
.gitignore rename cmonctl -> ceph 2008-12-15 11:34:13 -08:00
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 dstart: cm.txt update (for 3x) 2008-12-17 15:42:22 -08:00
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 rename cmonctl -> ceph 2008-12-15 11:34:13 -08:00
config.cc Makefile: link libcommon, lockdep last 2009-02-23 10:19:15 -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 makefile: add missing files for kernel module 2009-02-24 14:08:19 -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 ceph_init: initial version 2009-01-30 15:47:59 -08:00
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 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 debian: cleanup, changelog fix 2009-02-24 12:29:28 -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.