From: Sage Weil Date: Thu, 26 Sep 2019 14:25:49 +0000 (-0500) Subject: qa/standalone/mon/health-mute: use power of 2 for pg_num X-Git-Tag: v15.1.0~1388^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d8d2b71db501da02bb6929aa6e745d832e4cfadb;p=ceph-ci.git qa/standalone/mon/health-mute: use power of 2 for pg_num Signed-off-by: Sage Weil --- diff --git a/qa/standalone/mon/health-mute.sh b/qa/standalone/mon/health-mute.sh index 226d6ab31fa..270d30c65d9 100755 --- a/qa/standalone/mon/health-mute.sh +++ b/qa/standalone/mon/health-mute.sh @@ -31,7 +31,7 @@ function TEST_mute() { run_osd $dir 1 || return 1 run_osd $dir 2 || return 1 - ceph osd pool create foo 10 + ceph osd pool create foo 8 ceph osd pool application enable foo rbd --yes-i-really-mean-it wait_for_clean || return 1