]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
vstart.sh
authorSage Weil <sage@newdream.net>
Fri, 20 Jun 2008 00:13:10 +0000 (17:13 -0700)
committerSage Weil <sage@newdream.net>
Fri, 20 Jun 2008 05:55:38 +0000 (22:55 -0700)
src/vstartnew.sh

index 110e1d4a026fd53932650287d8c1a88491b3e1e9..f8eb90a250a09a18ee741e6e54c27e36f5c56f53 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