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 uclient: do not retain caps being revoked 2010-02-18 11:50:49 -08:00
common decay: separate fixed DecayRate from DecayCounter 2010-03-08 14:49:43 -08:00
crush crush: fix grammer to parse hash 2009-12-11 07:53:25 -08:00
crush.old
doc mds: Cleanup/doc updates 2009-12-03 13:44:48 -08:00
ebofs replace sprintf with snprintf all around 2010-01-14 16:11:51 -08:00
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 mount: set flags when getting -o sync 2010-02-03 15:55:19 -08:00
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 rgw: actually delete pools when using rados! 2010-02-16 14:34:44 -08:00
script buffer: optional buffer debug output 2009-12-03 16:21:10 -08:00
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 msgr: rank is just a bad name for local SimpleMessengers now 2010-01-07 16:53:51 -08:00
cls_acl.cc
cls_crypto.cc
cm.txt ceph.conf.sepia: more osds, lockdep 2009-12-10 13:01:27 -08:00
cmds.cc auth: fix KeyStore interface 2010-02-04 13:48:23 -08:00
cmon.cc cmon: suggest mkcephfs when 'whoami' not in monfs 2010-02-10 15:00:57 -08:00
cmonctl
config.cc osd: btrfs_snap by default 2010-02-09 08:09:37 -08:00
config.h filestore: use WorkQueue for ops (so we can have >1 thread issueing fs ops) 2010-02-05 11:23:42 -08:00
cosd.cc osd: fail startup if store is in use (before we fork) 2010-02-12 11:20:30 -08:00
crun
crushtool.cc crushtool: fail on parse error 2010-03-04 10:02:15 -08:00
csyn.cc csyn: print something on mount failure 2010-02-11 10:03:25 -08:00
dumpjournal.cc msgr: Remove the type CEPH_ENTITY_TYPE_ADMIN. 2010-03-02 10:02:03 -08:00
dupstore.cc
extractosdmaps.cc
fakefuse.cc replace sprintf with snprintf all around 2010-01-14 16:11:51 -08:00
fakesyn.cc replace sprintf with snprintf all around 2010-01-14 16:11:51 -08:00
fooclass.cc
init-ceph.in init-ceph: don't barf on dash when no command 2010-02-23 20:33:16 -08:00
libceph.cc msgr: rank is just a bad name for local SimpleMessengers now 2010-01-07 16:53:51 -08:00
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 OSDMap: get_pg_pool now returns a pointer 2010-02-16 09:27:41 -08:00
psim.cc OSDMap: get_pg_pool now returns a pointer 2010-02-16 09:27:41 -08:00
push_to_kclient.pl
rados.cc rados tool: mkpool/rmpool commands now available 2010-02-16 14:34:44 -08:00
radosacl.cc rados: move librados.h, rados_bencher.h 2009-12-04 10:03:49 -08:00
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 msgr: Remove erroneous rank->destroy calls I inserted in 9a96bf 2010-01-07 12:05:38 -08:00
testrados.c rados: move librados.h, rados_bencher.h 2009-12-04 10:03:49 -08:00
testradospp.cc rados: move librados.h, rados_bencher.h 2009-12-04 10:03:49 -08:00
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.