]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/workunits/rados/test_dedup_tool.sh: reset dedup tier during tests 51780/head
authormyoungwon oh <ohmyoungwon@gmail.com>
Mon, 30 Jan 2023 01:58:01 +0000 (10:58 +0900)
committermyoungwon oh <ohmyoungwon@gmail.com>
Fri, 26 May 2023 12:11:41 +0000 (12:11 +0000)
commitd173405a8a1d4dba1efcaf23f074fc32ea7f9757
tree5eb89554baff23cacdc1e10af7fdece3479683ac
parentad9407de753e938376aef325b9de3615a1c95677
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
cherry picked from commit b2534d90ec22341f42ca262a80613c20d8702b0e

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