Signed-off-by: Sage Weil <sage@redhat.com>
start_mon
echo Populating config ...
- cat <<EOF | $CEPH_BIN/ceph config assimilate-conf -i -
+ cat <<EOF | $CEPH_BIN/ceph -c ceph.conf config assimilate-conf -i -
[global]
osd_pool_default_size = $OSD_POOL_DEFAULT_SIZE
osd_pool_default_min_size = 1
if [ "$debug" -ne 0 ]; then
echo Setting debug configs ...
- cat <<EOF | $CEPH_BIN/ceph config assimilate-conf -i -
+ cat <<EOF | $CEPH_BIN/ceph -c ceph.conf config assimilate-conf -i -
[mgr]
debug_ms = 1
debug_mgr = 20