ceph/src
2010-03-08 15:10:14 -08:00
..
active
auth auth: move CEPH_AUTH_UID_DEFAULT into ceph_fs.h 2010-03-05 16:47:26 -08:00
client
common decay: separate fixed DecayRate from DecayCounter 2010-03-08 14:49:43 -08:00
crush
crush.old
doc
ebofs
include auth: move CEPH_AUTH_UID_DEFAULT into ceph_fs.h 2010-03-05 16:47:26 -08:00
jobs
mds mds: note when we last became non-laggy 2010-03-08 14:51:24 -08:00
messages msg: Add an auid field to MPoolOp; additional constructor to match 2010-03-08 07:41:59 -08:00
mon Revert "mon: Hack -- set allow_all in caps if client name is admin" 2010-03-08 15:10:14 -08:00
mount
msg msgr: Remove the type CEPH_ENTITY_TYPE_ADMIN. 2010-03-02 10:02:03 -08:00
objclass
os filestore: clean up btrfs, clone range detection 2010-03-08 14:51:24 -08:00
osbdb
osd decay: separate fixed DecayRate from DecayCounter 2010-03-08 14:49:43 -08:00
osdc objecter: librados: add optional auid param to 2010-03-08 07:42:16 -08:00
rgw
script
test
.gitignore
barclass.cc
cauthtool.cc cauthtool: verify set_uid arg 2010-03-08 14:51:23 -08:00
cconf.cc
ceph_common.sh init-ceph: return success error code on missing ceph.conf if no -c 2010-03-03 14:40:31 -08:00
ceph_ver.c
ceph.cc msgr: Remove the type CEPH_ENTITY_TYPE_ADMIN. 2010-03-02 10:02:03 -08:00
ceph.conf.twoosds
cfuse.cc
cls_acl.cc
cls_crypto.cc
cm.txt
cmds.cc
cmon.cc
cmonctl
config.cc
config.h
cosd.cc
crun
crushtool.cc crushtool: fail on parse error 2010-03-04 10:02:15 -08:00
csyn.cc
dumpjournal.cc msgr: Remove the type CEPH_ENTITY_TYPE_ADMIN. 2010-03-02 10:02:03 -08:00
dupstore.cc
extractosdmaps.cc
fakefuse.cc
fakesyn.cc
fooclass.cc
init-ceph.in
libceph.cc
librados.cc objecter: librados: add optional auid param to 2010-03-08 07:42:16 -08:00
loadclass.sh
make_version
Makefile.am Makefile: fix /sbin hack 2010-02-28 14:39:55 -08:00
Makefile.old
Makefile.orig
mkcephfs.in mkcephfs: cosd mkfs as root, then chown 2010-03-08 14:51:24 -08:00
mkmonfs.cc
monmaptool.cc
osdmaptool.cc
psim.cc
push_to_kclient.pl
rados.cc
radosacl.cc
README
sample.ceph.conf
stop.sh
streamtest.cc osd: use per-PG ObjectStore::Sequencer when possible 2010-03-02 15:09:24 -08:00
test_trans.cc
testclass.cc
testcrypto.cc
testkeys.cc
testmsgr.cc
testrados.c
testradospp.cc
TODO todo bugs 2010-03-08 14:51:24 -08:00
valgrind.supp
verify-mds-journal.sh
vstart.sh vstart:/mkcephfs: set client.admin auth_uid to 0 2010-03-02 10:02:04 -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.