]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
fix for cmon startup
authorYehuda Sadeh <yehuda@hq.newdream.net>
Fri, 3 Oct 2008 20:57:12 +0000 (13:57 -0700)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Fri, 3 Oct 2008 20:57:12 +0000 (13:57 -0700)
src/vstartnew.sh

index 9314595906785331c5d79dfb61b1071a213ca160..7987a9023c00072a60e3aea20951cb99eae91676 100755 (executable)
@@ -69,7 +69,7 @@ for f in `seq 0 $((CEPH_NUM_MON-1))`
 do
 #  $CEPH_BIN/monmaptool --add $IP:$(($CEPH_PORT+$f)) --print .ceph_monmap
  $CEPH_BIN/mkmonfs --clobber mondata/mon$f --mon $f --monmap .ceph_monmap
- $CEPH_BIN/cmon -d $ARGS $CMON_ARGS mondata/mon$f
+ $CEPH_BIN/cmon $ARGS -d $CMON_ARGS mondata/mon$f
 done
 
 # build and inject an initial osd map