From d8d2b71db501da02bb6929aa6e745d832e4cfadb Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 26 Sep 2019 09:25:49 -0500 Subject: [PATCH] qa/standalone/mon/health-mute: use power of 2 for pg_num Signed-off-by: Sage Weil --- qa/standalone/mon/health-mute.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/standalone/mon/health-mute.sh b/qa/standalone/mon/health-mute.sh index 226d6ab31fa09..270d30c65d974 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 -- 2.39.5