ceph/src
2009-10-15 21:24:43 -07:00
..
active
auth use sockaddr_storage; and some ipv6 support groundwork 2009-10-02 13:39:17 -07:00
client uclient: pipe down about connects 2009-10-13 14:14:58 -07:00
common mon: use connection hook to resend mon requests 2009-10-13 11:54:40 -07:00
crush crush: zero weight items get 0 length straws 2009-10-07 11:55:49 -07:00
crush.old
doc
ebofs
include mon: defined struct for MMonSubscribeAck 2009-10-15 21:24:43 -07:00
jobs
mds mds: fix stupid float conversion warnings 2009-10-15 21:24:43 -07:00
messages mon: small cleanup 2009-10-13 14:17:09 -07:00
mon mon: make 'mon add ...' work 2009-10-15 12:10:31 -07:00
mount
msg mds: fix stupid float conversion warnings 2009-10-15 21:24:43 -07:00
objclass osd: name args in ceph_osd_op union 2009-09-30 12:47:40 -07:00
os filestore: be less excited about btrfs version 2009-10-07 16:45:02 -07:00
osbdb
osd osd: use ms_handle_connect to resend mon messages 2009-10-13 12:08:51 -07:00
osdc mon: use connection hook to resend mon requests 2009-10-13 11:54:40 -07:00
radosgw rgw: fix build errors on i386 2009-10-06 10:30:26 -07:00
script
test move tests around 2009-10-06 14:00:54 -07:00
.gitignore
barclass.cc
cconf.cc
ceph_common.sh
ceph_ver.c
ceph.cc mon: use connection hook to resend mon requests 2009-10-13 11:54:40 -07:00
cfuse.cc msgr: simplify policy 2009-10-13 10:27:06 -07:00
cls_acl.cc
cls_crypto.cc
cm.txt
cmds.cc msgr: simplify policy 2009-10-13 10:27:06 -07:00
cmon.cc msgr: simplify policy 2009-10-13 10:27:06 -07:00
cmonctl
config.cc msgr: simple exponential backoff, with tunable initial and max delay 2009-10-13 10:27:06 -07:00
config.h msgr: simple exponential backoff, with tunable initial and max delay 2009-10-13 10:27:06 -07:00
cosd.cc msgr: simplify policy 2009-10-13 10:27:06 -07:00
cosd.ceph.conf cosd: 3 monitors 2009-09-29 11:09:38 -07:00
crun
crushtool.cc crushtool: show zero weight items in crush map decode/dump 2009-10-07 11:55:54 -07:00
csyn.cc msgr: simplify policy 2009-10-13 10:27:06 -07:00
dumpjournal.cc msgr: change ms_handle_[peer_]reset prototype 2009-10-13 11:21:31 -07:00
dupstore.cc
extractosdmaps.cc
fakefuse.cc
fakesyn.cc
fooclass.cc
init-ceph.in
libceph.cc msgr: simplify policy 2009-10-13 10:27:06 -07:00
librados.cc mon: use connection hook to resend mon requests 2009-10-13 11:54:40 -07:00
loadclass.sh
make_version version: git rev-parse, not git-rev-parse 2009-10-07 15:36:16 -07:00
Makefile.am Makefile: include client/ioctl.h in tarball 2009-10-13 14:17:09 -07:00
Makefile.old
Makefile.orig
mkcephfs.in
mkmonfs.cc
monmaptool.cc monmaptool: use generic MonMap::print methods 2009-10-10 21:34:40 -07:00
osdmaptool.cc
psim.cc
push_to_kclient.pl push_to_kclient: no -u to cp, the timestamps may be ordered 2009-10-09 16:43:13 -07:00
rados.cc
radosacl.cc
README
sample.ceph.conf
stop.sh
streamtest.cc
testclass.cc
testmsgr.cc msgr: change ms_handle_[peer_]reset prototype 2009-10-13 11:21:31 -07:00
testrados.c
testradospp.cc
TODO todo 2009-10-15 21:24:43 -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.