ceph/src
2009-11-12 16:54:37 -08:00
..
active
auth auth: fix mds messages filtering 2009-11-12 14:31:36 -08:00
client uclient: fewer msgs 2009-11-12 15:12:36 -08:00
common auth: configuratble supported auth type 2009-10-29 16:35:48 -07:00
crush Merge branch 'unstable' into auth 2009-11-09 21:12:16 -08:00
crush.old
doc
ebofs
include Merge branch 'unstable' into auth 2009-11-12 15:23:24 -08:00
jobs
mds Merge branch 'unstable' into auth 2009-11-12 15:23:24 -08:00
messages auth: kill ClientMOnitor, MCLientMOunt*, etc. 2009-11-09 15:38:56 -08:00
mon mon: ignore MAuth message when connection has no session 2009-11-09 21:31:51 -08:00
mount mount: fix hint initialization for getaddrinfo 2009-11-05 10:00:19 -08:00
msg msg: don't die unconditionally when got unknown message type 2009-11-12 09:51:29 -08:00
objclass
os filestore: skip sync_file_range if the full commit has started 2009-11-12 14:57:11 -08:00
osbdb
osd Merge branch 'unstable' into auth 2009-11-12 15:23:24 -08:00
osdc include guards cleanup 2009-10-30 10:09:35 -07:00
rgw include guards cleanup 2009-10-30 10:09:35 -07:00
script
test
.gitignore
authtool.cc
barclass.cc
cconf.cc
ceph_common.sh
ceph_ver.c
ceph.cc auth: use user admin as the default user 2009-11-12 16:54:37 -08:00
ceph.conf.cosd put testing ceph.conf's in git 2009-11-12 14:57:11 -08:00
ceph.conf.sepia put testing ceph.conf's in git 2009-11-12 14:57:11 -08:00
ceph.conf.twoosds put testing ceph.conf's in git 2009-11-12 14:57:11 -08:00
cfuse.cc
cls_acl.cc
cls_crypto.cc
cm.txt
cmds.cc
cmon.cc
cmonctl
config.cc auth: use user admin as the default user 2009-11-12 16:54:37 -08:00
config.h auth: use user admin as the default user 2009-11-12 16:54:37 -08:00
cosd.cc
crun
crushtool.cc crushtool: small fix 2009-11-07 21:05:32 -08:00
csyn.cc
dumpjournal.cc
dupstore.cc
extractosdmaps.cc
fakefuse.cc
fakesyn.cc
fooclass.cc
init-ceph.in init-ceph: tell user we're mounting btrfs 2009-11-06 13:52:12 -08:00
libceph.cc
librados.cc auth: kill ClientMOnitor, MCLientMOunt*, etc. 2009-11-09 15:38:56 -08:00
loadclass.sh
make_version
Makefile.am Merge branch 'unstable' into auth 2009-11-12 15:23:24 -08:00
Makefile.old
Makefile.orig
mkcephfs.in
mkmonfs.cc Merge branch 'unstable' into auth 2009-11-09 21:12:16 -08:00
monmaptool.cc
osdmaptool.cc Merge branch 'unstable' into auth 2009-11-09 21:12:16 -08:00
psim.cc
push_to_kclient.pl filestore: clean up btrfs ioctls; use actual btrfs ioctl.h 2009-11-10 07:51:44 -08:00
rados.cc Merge branch 'unstable' into auth 2009-11-12 15:23:24 -08:00
radosacl.cc
README
sample.ceph.conf
stop.sh
streamtest.cc Merge branch 'unstable' into auth 2009-11-09 21:12:16 -08:00
test_trans.cc auth: fix compile errors, warnings 2009-11-12 15:29:26 -08:00
testclass.cc
testcrypto.cc
testkeys.cc
testmsgr.cc
testrados.c
testradospp.cc
TODO todo 2009-11-12 15:12:18 -08:00
valgrind.supp
verify-mds-journal.sh
vstart.sh vstart: some cleanup 2009-11-12 16:12:20 -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.