ceph/src
2010-03-23 11:41:52 -07:00
..
active
auth cephx: initialize values 2010-03-12 09:02:43 -08:00
client synclient: print mount error 2010-03-12 09:02:43 -08:00
common thread: mask all signals on child threads 2010-03-09 15:02:30 -08:00
crush
crush.old
doc rgw: Add documentation 2010-03-12 14:23:06 -08:00
ebofs
include mds: rev mds internal protocol 2010-03-22 11:09:24 -07:00
jobs
mds mds: style fixes (from cppcheck) 2010-03-22 13:50:30 -07:00
messages mds: encode source mds in MDirUpdate 2010-03-22 11:09:24 -07:00
mon mon: remove unused label out, which was causing compiler warning 2010-03-23 11:41:52 -07:00
mount mount: set flags when getting -o sync 2010-02-03 15:55:19 -08:00
msg msgr: no more forward_message() 2010-03-22 11:09:24 -07:00
objclass
os osd: warn on no osd journal 2010-03-22 13:44:44 -07:00
osbdb
osd msg: Remove dead code MSG_OSD_IN/OUT 2010-03-19 16:30:45 -07:00
osdc objecter: don't lose reply codes when we wait_for_new_map 2010-03-18 14:47:43 -07:00
rgw rgw: remove unused refcount data member from XMLObj. Also clears up ctor 2010-03-12 14:24:17 -08:00
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 ceph: drop (broken) poll mode (use -w instead) 2010-03-16 11:38:41 -07:00
ceph.conf.twoosds
cfuse.cc
cls_acl.cc
cls_crypto.cc
cm.txt
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 timer: kill unused g_timer 2010-03-09 14:51:05 -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 timer: kill unused g_timer 2010-03-09 14:51:05 -08:00
fakesyn.cc timer: kill unused g_timer 2010-03-09 14:51:05 -08:00
fooclass.cc
init-ceph.in init-ceph: do already running check early to avoid extra work 2010-03-18 11:35:58 -07:00
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 msg: Remove dead code MSG_OSD_IN/OUT 2010-03-19 16:30:45 -07: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: add undocumented option to specify auid when making pools 2010-03-18 14:47:43 -07:00
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 mds: don't kick clients if we've been laggy ourselves 2010-03-22 13:39:40 -07:00
valgrind.supp
verify-mds-journal.sh
vstart.sh vstart: use 'allow *' notation instead of 'allow rwx' 2010-03-10 13:22:02 -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.