]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/standalone/mon/health-mute: use power of 2 for pg_num
authorSage Weil <sage@redhat.com>
Thu, 26 Sep 2019 14:25:49 +0000 (09:25 -0500)
committerSage Weil <sage@redhat.com>
Thu, 26 Sep 2019 14:29:32 +0000 (09:29 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/standalone/mon/health-mute.sh

index 226d6ab31fa096d01e697703034bc9ba0d2dbe86..270d30c65d974ca15ab783a946d3a35f694b5f3e 100755 (executable)
@@ -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