mirror of
https://github.com/ceph/ceph
synced 2025-01-04 02:02:36 +00:00
qa/workunits/cephtool: modified test.sh
Included bulk flag in the test script such it tests the `get` and `set` of the flag Signed-off-by: Kamoltat <ksirivad@redhat.com>
This commit is contained in:
parent
c194f4a3eb
commit
b218335dcc
@ -2217,7 +2217,7 @@ function test_mon_osd_pool_set()
|
||||
ceph osd pool get pool_erasure erasure_code_profile
|
||||
ceph osd pool rm pool_erasure pool_erasure --yes-i-really-really-mean-it
|
||||
|
||||
for flag in nodelete nopgchange nosizechange write_fadvise_dontneed noscrub nodeep-scrub; do
|
||||
for flag in nodelete nopgchange nosizechange write_fadvise_dontneed noscrub nodeep-scrub bulk; do
|
||||
ceph osd pool set $TEST_POOL_GETSET $flag false
|
||||
ceph osd pool get $TEST_POOL_GETSET $flag | grep "$flag: false"
|
||||
ceph osd pool set $TEST_POOL_GETSET $flag true
|
||||
|
Loading…
Reference in New Issue
Block a user