ceph/src
2009-08-24 11:33:51 -07:00
..
active
auth auth: auth scheme notes 2009-08-19 10:18:29 -07:00
client uclient: warn about stat_precise struct changes 2009-08-24 11:33:51 -07:00
common
crush crush: put temp arrays on the stack 2009-08-21 13:20:42 -07:00
crush.old
doc
ebofs
include kclient: update ctime on 'no-op' ->setattr(.., ATTR_CTIME) 2009-08-21 14:28:26 -07:00
jobs
kernel kclient: cleanup msgpool pr_err 2009-08-21 14:36:54 -07:00
mds mds: debug show cap issued/pending/wanted or issued/wanted, depending 2009-08-21 12:32:07 -07:00
messages fix client caps encoding 2009-08-18 13:36:30 -07:00
mon elector: off by one check 2009-08-10 13:14:31 -07:00
mount mount.ceph: block same signals as /sbin/mount 2009-08-21 11:00:33 -07:00
msg msgr: add ms_die_on_bad_msg option, make assert(0) conditional 2009-08-24 11:33:51 -07:00
objclass
os filestore: clean out old debug print 2009-08-11 16:09:52 -07:00
osbdb
osd osd: reorder snapc setup and ORDERSNAP check 2009-08-13 15:30:27 -07:00
osdc Merge commit 'origin/unstable' into rados 2009-07-16 10:38:55 -07:00
radosgw radosgw: remove unneeded INT_MAX 2009-08-13 15:28:42 -07:00
script
test
.gitignore
barclass.cc
cconf.cc
ceph_common.sh initscripts: do what we can to run as user specified in the conf 2009-07-13 10:38:23 -07:00
ceph_ver.c
ceph.cc
cfuse.cc
cls_acl.cc
cls_crypto.cc
cm.txt
cmds.cc
cmon.cc
cmonctl
config.cc msgr: add ms_die_on_bad_msg option, make assert(0) conditional 2009-08-24 11:33:51 -07:00
config.h msgr: add ms_die_on_bad_msg option, make assert(0) conditional 2009-08-24 11:33:51 -07:00
cosd.cc
cosd.ceph.conf initscript: skip if auto start = no/false/0 and nothing or type specified 2009-07-28 11:18:49 -07:00
crun
crushtool.cc
csyn.cc
dumpjournal.cc
dupstore.cc
extractosdmaps.cc
fakefuse.cc
fakesyn.cc
fooclass.cc
init-ceph.in initscript: skip if auto start = no/false/0 and nothing or type specified 2009-07-28 11:18:49 -07:00
librados.cc Merge commit 'origin/unstable' into rados 2009-08-07 08:50:05 -07:00
loadclass.sh
make_version
Makefile.am Makefile: add missing MOSDPGTemp.h 2009-08-20 15:52:24 -07:00
Makefile.old
Makefile.orig
mkcephfs.in initscripts: /etc, not /usr/etc 2009-07-15 14:07:37 -07:00
mkmonfs.cc
monmaptool.cc
osdmaptool.cc
psim.cc psim: ifdef out dead code 2009-08-11 16:14:41 -07:00
rados.cc rados: statically allocate time 2009-08-10 13:14:30 -07:00
radosacl.cc
README
sample.ceph.conf
stop.sh
streamtest.cc
testclass.cc
testmsgr.cc
testrados.c
testradospp.cc s3gw: interface changes, preparing grounds for user metadata 2009-07-14 16:09:37 -07:00
TODO todo 2009-08-21 16:35:01 -07:00
valgrind.supp
verify-mds-journal.sh
vstart.sh

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.