]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/standalone/ceph-helpers.sh: fix full ratio ordering
authorSage Weil <sage@redhat.com>
Tue, 28 Nov 2017 17:33:44 +0000 (11:33 -0600)
committerSage Weil <sage@redhat.com>
Wed, 29 Nov 2017 22:07:12 +0000 (16:07 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/standalone/ceph-helpers.sh

index 1fbf81ddcca9c8e5aa55b49b3175719c04240690..e464439f80e1b5fbe3b25af87a1d20dd7ef23e0f 100755 (executable)
@@ -430,6 +430,7 @@ function run_mon() {
 
     ceph-mon \
         --id $id \
+       --osd-failsafe-full-ratio=.99 \
         --mon-osd-full-ratio=.99 \
         --mon-data-avail-crit=1 \
         --mon-data-avail-warn=5 \
@@ -520,6 +521,7 @@ function run_mgr() {
     ceph-mgr \
         --id $id \
         $EXTRA_OPTS \
+       --osd-failsafe-full-ratio=.99 \
         --debug-mgr 20 \
        --debug-objecter 20 \
         --debug-ms 20 \