From: Sage Weil Date: Fri, 20 Jun 2008 00:13:10 +0000 (-0700) Subject: vstart.sh X-Git-Tag: v0.3~50 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4031bf45601038546606e1164f2432563d22d826;p=ceph.git vstart.sh --- diff --git a/src/vstartnew.sh b/src/vstartnew.sh index 110e1d4a026f..f8eb90a250a0 100755 --- a/src/vstartnew.sh +++ b/src/vstartnew.sh @@ -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