ceph/src
Sage Weil 7e10dfac34 mds: make sure we eval_stray when inode was replicated
Also, drop dn to end of lru if unlinked and last cap.
2009-01-30 16:03:13 -08:00
..
active
client mds: add truncate_size 2009-01-30 11:44:33 -08:00
common config: added include, misc stuff 2009-01-23 15:37:12 -08:00
crush crush: remote list builder printf 2009-01-23 16:44:40 -08:00
crush.old
doc
ebofs
include osd: print ops args correctly 2009-01-30 16:03:11 -08:00
jobs
kernel kclient: release CAP_LINK_RDCACHE before unlink 2009-01-30 16:03:13 -08:00
mds mds: make sure we eval_stray when inode was replicated 2009-01-30 16:03:13 -08:00
messages osd: put full original reqid in osd_op_reply 2009-01-30 11:44:34 -08:00
mon ceph_init: initial version 2009-01-30 15:47:59 -08:00
msg msgr: fix WAIT connection race handling 2009-01-30 11:00:43 -08:00
os
osbdb
osd osd: fix truncate ops; add TRIMTRUNC 2009-01-30 11:44:33 -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 ceph: warn when we get message with wrong fsid 2009-01-26 10:26:58 -08:00
cephd renamed common.sh to ceph_common.sh 2009-01-30 11:41:06 -08:00
cfuse.cc
cm.txt
cmds.cc
cmon.cc
cmonctl
config.cc ceph.sh: startup script that uses conf file 2009-01-29 13:55:33 -08:00
config.h ceph.sh: startup script that uses conf file 2009-01-29 13:55:33 -08:00
cosd.cc
crun crun: restart only processes that should have dumped core 2009-01-30 12:46:17 -08:00
crushtool.cc
csyn.cc
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
dupstore.cc
extractosdmaps.cc
fakefuse.cc
fakesyn.cc
Makefile.am mds: rip out old purge_inode crap 2009-01-30 11:44:33 -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
osdmaptool.cc ceph_init: initial version 2009-01-30 15:47:59 -08:00
psim.cc
README
restart.sh bash, not sh 2009-01-17 10:06:03 -08:00
streamtest.cc
testmsgr.cc
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.