]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
todos
authorSage Weil <sage@newdream.net>
Thu, 19 Jun 2008 03:59:50 +0000 (20:59 -0700)
committerSage Weil <sage@newdream.net>
Thu, 19 Jun 2008 16:24:04 +0000 (09:24 -0700)
src/TODO
src/vstartnew.sh

index c083adff3f2c417f1516d1a319f94c5adc482119..790e3f6b5ac8b67271c9343ad9b3f94bbfbab1c5 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -1,8 +1,14 @@
 v0.3
 - client rsync bug
+- build_path vs ESTALE.
+- fix rename common root requirement
+  - enforce in the client, too?
 
 v0.4
 - ENOSPC
+- finish client failure recovery (reconnect after long eviction; and slow delayed reconnect)
+- make kclient sendpage (and rip out io interruption?)
+
 
 big items
 - ENOSPC
index 8cbf16b1e2b255fe31ccfd0f380efd22c479449f..110e1d4a026fd53932650287d8c1a88491b3e1e9 100755 (executable)
@@ -40,7 +40,7 @@ $CEPH_BIN/cmon -d mondata/mon0 --debug_mon 20 --debug_ms 1
 $CEPH_BIN/osdmaptool --clobber --createsimple .ceph_monmap 4 --print .ceph_osdmap # --pgbits 2
 $CEPH_BIN/cmonctl osd setmap -i .ceph_osdmap
 
-for osd in 0 #1 #2 3 4 5 6 7 8 9 10 11 12 13 14 15
+for osd in 0 1 2 3 #4 5 6 7 8 9 10 11 12 13 14 15
 do
  $CEPH_BIN/cosd --mkfs_for_osd $osd dev/osd$osd  # initialize empty object store
  #valgrind --leak-check=full --show-reachable=yes $CEPH_BIN/cosd dev/osd$osd --debug_ms 1 --debug_osd 20 --debug_filestore 10 1>out/o$osd & #--debug_osd 40
@@ -48,7 +48,7 @@ do
 done
 
 # mds
-$CEPH_BIN/cmds $ARGS --debug_ms 1 --debug_mds 20 --mds_thrash_fragments 0 --mds_thrash_exports 0 #--debug_ms 20
+$CEPH_BIN/cmds $ARGS --debug_ms 1 --debug_mds 20 --mds_log_max_segments 10 --mds_thrash_fragments 0 --mds_thrash_exports 0 #--debug_ms 20
 #$CEPH_BIN/cmds $ARGS --debug_ms 1 --debug_mds 20 --mds_thrash_fragments 0 --mds_thrash_exports 0 #--debug_ms 20
 #./cmonctl mds set_max_mds 2