From: Sage Weil Date: Thu, 22 May 2008 17:59:32 +0000 (-0700) Subject: vstartnew.sh: jsut 1 node X-Git-Tag: v0.3~192 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6cb79945cb3ed8e4eea3a4814e5e424f6fef572a;p=ceph.git vstartnew.sh: jsut 1 node --- diff --git a/src/vstartnew.sh b/src/vstartnew.sh index 487e2f2b117b..793f57eedecf 100755 --- a/src/vstartnew.sh +++ b/src/vstartnew.sh @@ -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