]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/standalone/osd/osd-force-create-pg: create more pgs
authorSage Weil <sage@redhat.com>
Wed, 6 Mar 2019 18:15:42 +0000 (12:15 -0600)
committerSage Weil <sage@redhat.com>
Wed, 6 Mar 2019 22:27:56 +0000 (16:27 -0600)
Avoid warnings about too few pgs.

Signed-off-by: Sage Weil <sage@redhat.com>
qa/standalone/osd/osd-force-create-pg.sh

index 3a8baefbb45b45a28841a0d0eb8a6fc22598d164..f70caac140edefc4ad304aa50320c5b0b0dc2c1d 100755 (executable)
@@ -26,7 +26,7 @@ function TEST_reuse_id() {
     run_osd $dir 1 || return 1
     run_osd $dir 2 || return 1
 
-    ceph osd pool create foo 2 || return 1
+    ceph osd pool create foo 50 || return 1
     wait_for_clean || return 1
 
     kill_daemons $dir TERM osd.0