mirror of
https://github.com/ceph/ceph
synced 2025-01-29 14:34:40 +00:00
qa/standalone/ceph-helpers.sh: fix full ratio ordering
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
6a9e622cf9
commit
c6529ad93e
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user