ceph/src
2009-10-06 10:44:36 -07:00
..
active
auth use sockaddr_storage; and some ipv6 support groundwork 2009-10-02 13:39:17 -07:00
client test_ioctls: add missing open arg 2009-10-06 10:07:37 -07:00
common
crush
crush.old
doc
ebofs
include v0.16.1 2009-10-06 10:44:36 -07:00
jobs
kernel kclient: include fs/{Kconfig,Makefile} in patchset 2009-10-06 10:07:37 -07:00
mds mds: Don't perform proper rebalancing if set to thrash 2009-10-05 15:48:09 -07:00
messages mon: fix offload_targets 2009-10-02 15:22:10 -07:00
mon mon: fix offload_targets 2009-10-02 15:22:10 -07:00
mount
msg msg: handle MMDSLoadTargets 2009-10-02 15:22:10 -07:00
objclass osd: name args in ceph_osd_op union 2009-09-30 12:47:40 -07:00
os filestore: make collection dir have better name; move coll_t type around 2009-09-28 15:23:09 -07:00
osbdb
osd use sockaddr_storage; and some ipv6 support groundwork 2009-10-02 13:39:17 -07:00
osdc osd: name args in ceph_osd_op union 2009-09-30 12:47:40 -07:00
radosgw rgw: fix build errors on i386 2009-10-06 10:30:26 -07:00
script
test
.gitignore
barclass.cc
cconf.cc
ceph_common.sh
ceph_ver.c
ceph.cc
cfuse.cc
cls_acl.cc
cls_crypto.cc
cm.txt
cmds.cc
cmon.cc use sockaddr_storage; and some ipv6 support groundwork 2009-10-02 13:39:17 -07:00
cmonctl
config.cc use sockaddr_storage; and some ipv6 support groundwork 2009-10-02 13:39:17 -07:00
config.h mds: kill old rdcaps_ttl business 2009-09-30 12:24:31 -07:00
cosd.cc
cosd.ceph.conf cosd: 3 monitors 2009-09-29 11:09:38 -07:00
crun
crushtool.cc
csyn.cc
dumpjournal.cc
dupstore.cc
extractosdmaps.cc
fakefuse.cc
fakesyn.cc
fooclass.cc
init-ceph.in
librados.cc librados: pass resets to objecter, with proper locking 2009-09-22 15:36:46 -07:00
loadclass.sh
make_version
Makefile.am Makefile: include buffer.c in tarball, kclient package 2009-10-06 10:26:06 -07:00
Makefile.old
Makefile.orig
mkcephfs.in
mkmonfs.cc
monmaptool.cc
osdmaptool.cc osdmaptool: more usage 2009-09-28 10:09:26 -07:00
psim.cc
rados.cc
radosacl.cc
README
sample.ceph.conf
stop.sh
streamtest.cc
testclass.cc
testmsgr.cc
testrados.c
testradospp.cc
TODO todo 2009-10-02 15:29:44 -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.