ceph osd pool set $TEST_POOL_GETSET recovery_op_priority 0
expect_false "ceph osd pool get $TEST_POOL_GETSET recovery_op_priority | grep '.'"
+ expect_false "ceph osd pool get $TEST_POOL_GETSET scrub_priority | grep '.'"
+ ceph osd pool set $TEST_POOL_GETSET scrub_priority 5
+ ceph osd pool get $TEST_POOL_GETSET scrub_priority | grep 'scrub_priority: 5'
+ ceph osd pool set $TEST_POOL_GETSET scrub_priority 0
+ expect_false "ceph osd pool get $TEST_POOL_GETSET scrub_priority | grep '.'"
+
ceph osd pool set $TEST_POOL_GETSET nopgchange 1
expect_false ceph osd pool set $TEST_POOL_GETSET pg_num 10
expect_false ceph osd pool set $TEST_POOL_GETSET pgp_num 10