]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
vstart.sh: -c to ceph cli
authorSage Weil <sage@redhat.com>
Tue, 6 Mar 2018 20:16:39 +0000 (14:16 -0600)
committerSage Weil <sage@redhat.com>
Tue, 6 Mar 2018 20:44:50 +0000 (14:44 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
src/vstart.sh

index 8e266c3cdca6a04b33739c82507b6f9fcc92bd58..ec77312aabf49673b4b4ce271d157ecd686c7ee4 100755 (executable)
@@ -844,7 +844,7 @@ if [ $CEPH_NUM_MON -gt 0 ]; then
     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
@@ -872,7 +872,7 @@ EOF
 
     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