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

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