]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
vstartnew.sh
authorSage Weil <sage@newdream.net>
Sun, 3 Aug 2008 22:06:03 +0000 (15:06 -0700)
committerSage Weil <sage@newdream.net>
Sun, 3 Aug 2008 22:11:46 +0000 (15:11 -0700)
src/vstartnew.sh

index a1d449c17b99e9cae272b9f319b04abec99ec63e..8488f8b6052c1c7e07c42d12443f7097766b80a8 100755 (executable)
@@ -34,7 +34,7 @@ done
 $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
@@ -43,9 +43,9 @@ done
 
 # mds
 ARGS="--mds_cache_size 500 --mds_log_max_segments 2 --debug_ms 1 --debug_mds 20"
-$CEPH_BIN/cmds -d $ARGS  --mds_log_max_segments 10 --mds_thrash_fragments 0 --mds_thrash_exports 0 #--debug_ms 20
-$CEPH_BIN/cmds -d $ARGS --mds_thrash_fragments 0 --mds_thrash_exports 0 #--debug_ms 20
-./cmonctl mds set_max_mds 2
+$CEPH_BIN/cmds -d $ARGS --mds_log_max_segments 2 --mds_thrash_fragments 0 --mds_thrash_exports 0 #--debug_ms 20
+#$CEPH_BIN/cmds -d $ARGS --mds_thrash_fragments 0 --mds_thrash_exports 0 #--debug_ms 20
+#./cmonctl mds set_max_mds 2
 
 echo "started.  stop.sh to stop.  see out/* (e.g. 'tail -f out/????') for debug output."