ceph-disk/tests/ceph-disk.sh: wait for right number of pgs

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2017-07-25 09:51:22 -04:00
parent 7c157863a8
commit fc8e5e1c2f

View File

@ -308,7 +308,7 @@ function test_reuse_osd_id() {
# #
# make sure the OSD is in use by the PGs # 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 read_write $dir SOMETHING || return 1
# #