]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: fix pool-quota related tests
authorRachana Patel <racpatel@redhat.com>
Wed, 9 Oct 2019 00:17:11 +0000 (17:17 -0700)
committerRachana Patel <racpatel@redhat.com>
Wed, 9 Oct 2019 00:17:11 +0000 (17:17 -0700)
qa/workunits/rados/test_rados_tool.sh

index 6a3ebe0b22e2ddda1a0fedd0ef6b3834861bbac1..b4855bd20bd43f12c47872094b98692d6cb11556 100755 (executable)
@@ -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