This let's you do e.g., -o 'debug ms = 100' and it will apply after
the default logging levels.
Signed-off-by: Sage Weil <sage@inktank.com>
[global]
osd pg bits = 3
osd pgp bits = 5 ; (invalid, but ceph should cope!)
-$extra_conf
EOF
[ "$cephx" -eq 1 ] && cat<<EOF >> $conf
auth supported = cephx
mds debug auth pins = true
mds debug subtrees = true
mds data = dev/mds.\$id
+$extra_conf
[osd]
$DAEMONOPTS
osd data = dev/osd\$id
osd scrub load threshold = 5.0
filestore xattr use omap = true
$COSDDEBUG
+$extra_conf
[mon]
$DAEMONOPTS
$CMONDEBUG
+$extra_conf
mon cluster log file = out/cluster.mon.\$id.log
+[global]
+$extra_conf
EOF
fi