mirror of
https://github.com/ceph/ceph
synced 2024-12-18 01:16:55 +00:00
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:
parent
7c157863a8
commit
fc8e5e1c2f
@ -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
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user