ceph/src
Sage Weil c7da2e8768 msgr: fixed bug in accept
banner[] isn't null terminated
2008-10-01 15:34:16 -07:00
..
active
client client: fix queued cap_snap write-in-progress checks 2008-10-01 10:50:46 -07:00
common use vector or deque in place of list<Context*> in finisher, ebofs 2008-09-11 16:58:27 -07:00
crush crush: fix forcefeeding for forceleaf 2008-09-18 14:30:01 -07:00
crush.old
doc
ebofs ebofs: maintain an op seq count, and use that for the journal 2008-09-11 16:58:27 -07:00
include messenger protocol changes 2008-10-01 15:03:50 -07:00
jobs
kernel messenger protocol changes 2008-10-01 15:03:50 -07:00
mds mds: fix file recovery 2008-10-01 11:39:42 -07:00
messages osd: push/pull data_subset, clone_subsets 2008-09-16 14:44:47 -07:00
mon paxosservice: reset propose timer when election is called 2008-09-12 12:46:31 -07:00
msg msgr: fixed bug in accept 2008-10-01 15:34:16 -07:00
os journal: fix off-by-one bug in committed_thru callbacks 2008-09-22 14:38:14 -07:00
osbdb
osd osdmap: set ctime+mtime on creation 2008-09-20 15:01:51 -07:00
osdc filer: snapid should be nonzero on all reads 2008-09-10 10:03:05 -07:00
script check_dendl.pl script 2008-08-02 21:20:11 -07:00
test yay, my own private fsx.c 2008-08-18 13:16:09 -07:00
.gitignore
cfuse.cc msgr: adjust policies 2008-08-02 14:56:15 -07:00
cmds.cc msgr: adjust policies 2008-08-02 14:56:15 -07:00
cmon.cc
cmonctl.cc
config.cc config: comment 2008-10-01 11:40:48 -07:00
config.h osdmaptool: lpg_bits specifiable 2008-09-18 14:26:57 -07:00
cosd.cc
crushtool.cc crushtool: fix chooseleaf compilation/decompilation 2008-09-18 13:10:14 -07:00
crushtool.pl
csyn.cc
dstartnew.sh osdmaptool: print osdmap 2008-09-20 15:02:04 -07:00
dstop.sh dstartnew.sh/dstop.sh 2008-07-31 11:05:58 -07:00
dumpjournal.cc osdc: adjust objecter interface to use SnapContext for writes 2008-08-05 16:06:55 -07:00
dupstore.cc filestore: constrain ObjectStore interface, simplify journaling, update commit_op_seq on each transaction 2008-09-12 11:56:50 -07:00
extractosdmaps.cc
fakefuse.cc
fakesyn.cc
Makefile.am makefile update 2008-10-01 12:00:53 -07:00
Makefile.old
Makefile.orig
mkcephfs.sh
mkfs.sh
mkmonfs.cc
mkmonmap.cc
monmaptool.cc
montest.sh
newsyn.cc
osdmaptool.cc osdmaptool: print osdmap 2008-09-20 15:02:04 -07:00
psim.cc psim: test localized placement groups 2008-09-18 14:30:47 -07:00
README
restart.sh
startnew.sh osdmaptool: print osdmap 2008-09-20 15:02:04 -07:00
stop.sh
streamtest.cc filestore: constrain ObjectStore interface, simplify journaling, update commit_op_seq on each transaction 2008-09-12 11:56:50 -07:00
TODO v0.4, todos 2008-10-01 11:53:38 -07:00
valgrind.supp
vstartnew.sh osdmaptool: print osdmap 2008-09-20 15:02:04 -07: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.