From: Rachana Patel Date: Wed, 9 Oct 2019 17:11:42 +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=eb8cd10d7a619cd37029cfcb0559d98a8aa09e1e;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 b4855bd20bd..87c86ee6943 100755 --- a/qa/workunits/rados/test_rados_tool.sh +++ b/qa/workunits/rados/test_rados_tool.sh @@ -346,7 +346,6 @@ 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_no_quota max_objects' do sleep 2