]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
vstartnew.sh: jsut 1 node
authorSage Weil <sage@newdream.net>
Thu, 22 May 2008 17:59:32 +0000 (10:59 -0700)
committerSage Weil <sage@newdream.net>
Thu, 22 May 2008 17:59:49 +0000 (10:59 -0700)
src/vstartnew.sh

index 487e2f2b117bb8ac1b5429f0608ac0bd6fe818b1..793f57eedecfc483ab30ddb62678eea42a209958 100755 (executable)
@@ -37,10 +37,10 @@ ARGS="-d"
 $CEPH_BIN/cmon -d mondata/mon0 --debug_mon 20 --debug_ms 1
 
 # build and inject an initial osd map
-$CEPH_BIN/osdmaptool --clobber --createsimple .ceph_monmap 16 --print .ceph_osdmap # --pgbits 2
+$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 --tool=massif $CEPH_BIN/cosd dev/osd$osd --debug_ms 1 --debug_osd 20 --debug_filestore 10 1>out/o$osd & #--debug_osd 40