ceph/src
Sage Weil 7ae4ddd196 kclient: drop RD, WR caps on file lock setattr
The mds will move to LOCK state, which will revoke them anyway.
2009-04-17 09:36:35 -07:00
..
active
auth
client uclient: make O_CREAT work 2009-04-15 07:53:41 -07:00
common debug: make log symlinks relative if dirs match 2009-04-14 08:10:11 -07:00
crush
crush.old
doc
ebofs
include mds: allow request_release to update wanted; do so if I_NODELAY 2009-04-17 09:15:36 -07:00
jobs
kernel kclient: drop RD, WR caps on file lock setattr 2009-04-17 09:36:35 -07:00
mds mds: use actual cap wanted, not requested 2009-04-17 09:28:11 -07:00
messages mds: allow request_release to update wanted; do so if I_NODELAY 2009-04-17 09:15:36 -07:00
mon mon: make log messages a bit nicer 2009-04-09 17:04:33 -07:00
msg
os filestore: clean up attr name, path buffer lengths 2009-04-14 13:45:28 -07:00
osbdb
osd objecter: add support for compound read ops (ObjectRead) 2009-04-04 14:29:22 -07:00
osdc mds: put mds format magic in root inode, journal; check on start, replay 2009-04-15 15:07:04 -07:00
script scripts: fix mds and osd request latency checkers 2009-04-14 08:24:54 -07:00
test
.gitignore
cconf.cc
ceph_common.sh
ceph_ver.c
ceph.cc
cfuse.cc
cm.txt
cmds.cc
cmon.cc
cmonctl
config.cc mds: add mds_max_mem conf item, hook to check memory utilization 2009-04-15 16:14:10 -07:00
config.h mds: add mds_max_mem conf item, hook to check memory utilization 2009-04-15 16:14:10 -07:00
cosd.cc
cosd.ceph.conf
crun
crushtool.cc
csyn.cc
dumpjournal.cc mds: put mds format magic in root inode, journal; check on start, replay 2009-04-15 15:07:04 -07:00
dupstore.cc
extractosdmaps.cc
fakefuse.cc
fakesyn.cc
init-ceph
make_version
Makefile.am
Makefile.old
Makefile.orig
mkcephfs
mkmonfs.cc
monmaptool.cc
mount.ceph.c
osdmaptool.cc
psim.cc
README
sample.ceph.conf
stop.sh vstart: behave a bit better when sudoing 2009-04-13 10:19:47 -07:00
streamtest.cc
testmsgr.cc
TODO mds: fix CInode::get_caps_wanted to do the shift on returned mask 2009-04-16 14:25:59 -07:00
valgrind.supp
verify-mds-journal.sh
vstart.sh vstart: behave a bit better when sudoing 2009-04-13 10:19:47 -07: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.