]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmon will run as a daemon in any case
authorYehuda Sadeh <yehuda@hq.newdream.net>
Fri, 3 Oct 2008 20:45:58 +0000 (13:45 -0700)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Fri, 3 Oct 2008 20:45:58 +0000 (13:45 -0700)
src/vstartnew.sh

index d646c599ab38fc9e872fac0e6bc987f3c7a2eab8..9314595906785331c5d79dfb61b1071a213ca160 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/crun $CEPH_BIN/cmon $ARGS $CMON_ARGS mondata/mon$f &
+ $CEPH_BIN/cmon -d $ARGS $CMON_ARGS mondata/mon$f
 done
 
 # build and inject an initial osd map