From: Rachana Patel Date: Wed, 9 Oct 2019 00:17:11 +0000 (-0700) Subject: qa: fix pool-quota related tests X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ee8109280721ffd4d084e29909ea8f47f63d5a07;p=ceph.git qa: fix pool-quota related tests --- diff --git a/qa/workunits/rados/test_rados_tool.sh b/qa/workunits/rados/test_rados_tool.sh index 6a3ebe0b22e..b4855bd20bd 100755 --- a/qa/workunits/rados/test_rados_tool.sh +++ b/qa/workunits/rados/test_rados_tool.sh @@ -346,7 +346,8 @@ test_rmobj() { $CEPH_TOOL osd pool set-quota $p max_objects 1 V1=`mktemp fooattrXXXXXXX` $RADOS_TOOL put $OBJ $V1 -p $p - while ! $CEPH_TOOL osd dump | grep 'full max_objects' +# while ! $CEPH_TOOL osd dump | grep 'full max_objects' + while ! $CEPH_TOOL osd dump | grep 'full_no_quota max_objects' do sleep 2 done