]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/workunits/rados/test_dedup_tool.sh: reset dedup tier during tests 49910/head
authormyoungwon oh <ohmyoungwon@gmail.com>
Mon, 30 Jan 2023 01:58:01 +0000 (10:58 +0900)
committermyoungwon oh <ohmyoungwon@gmail.com>
Mon, 30 Jan 2023 02:10:15 +0000 (11:10 +0900)
commitb2534d90ec22341f42ca262a80613c20d8702b0e
tree1712d98f20a0288783895e48adfb94a35aa6d601
parente428c0d546450af31ac48f7b1c5229464659379a
qa/workunits/rados/test_dedup_tool.sh: reset dedup tier during tests

Dedup_tier option needs to be reset whenever every test begins,
because dedup_tier(dedup_chunk_pool) is deleted at the end of each
test---if not, this causes error in case dedup_tier's pool id is
changed.
This commit adds a set command to refresh newly added dedup_tier
pool id.

fixes: https://tracker.ceph.com/issues/58587

Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
qa/workunits/rados/test_dedup_tool.sh