From: Sage Weil Date: Tue, 25 Jul 2017 13:51:22 +0000 (-0400) Subject: ceph-disk/tests/ceph-disk.sh: wait for right number of pgs X-Git-Tag: v12.1.2~126^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F16513%2Fhead;p=ceph.git ceph-disk/tests/ceph-disk.sh: wait for right number of pgs Signed-off-by: Sage Weil --- diff --git a/src/ceph-disk/tests/ceph-disk.sh b/src/ceph-disk/tests/ceph-disk.sh index 511d600941e2a..976c52160f188 100755 --- a/src/ceph-disk/tests/ceph-disk.sh +++ b/src/ceph-disk/tests/ceph-disk.sh @@ -308,7 +308,7 @@ function test_reuse_osd_id() { # # make sure the OSD is in use by the PGs # - wait_osd_id_used_by_pgs $osd_id 6 || return 1 + wait_osd_id_used_by_pgs $osd_id $PG_NUM || return 1 read_write $dir SOMETHING || return 1 #