logger_calc_variance: true,
- dout_dir: 0, //"out",
-
+ dout_dir: "out", // if daemonize == true
+
fake_clock: false,
fakemessenger_serialize: true,
g_conf.dout_dir = 0;
}
*/
- if (g_conf.dout_dir) {
+ if (g_conf.dout_dir && g_conf.daemonize) {
char fn[80];
char hostname[80];
gethostname(hostname, 79);
$CEPH_BIN/mkmonfs --clobber mondata/mon0 --mon 0 --monmap .ceph_monmap
# shared args
-ARGS="-d --bind $IP -o out"
+ARGS="-d --bind $IP"
# start monitor
$CEPH_BIN/cmon $ARGS mondata/mon0 --debug_mon 10 --debug_ms 1
$CEPH_BIN/mkmonfs --clobber mondata/mon0 --mon 0 --monmap .ceph_monmap
# shared args
-ARGS="-d --bind $IP -o out"
+ARGS="-d --bind $IP"
# start monitor
$CEPH_BIN/cmon $ARGS mondata/mon0 --debug_mon 10 --debug_ms 1