mirror of
https://github.com/ceph/ceph
synced 2024-12-30 07:23:11 +00:00
qa/suites/rbd: refactor persistent-writeback-cache suite
Rename to pwl-cache, introduce home subdirectory and 4-cache-path.yaml. No functional changes. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
This commit is contained in:
parent
210bae76a4
commit
3475f9ef07
@ -1 +0,0 @@
|
||||
../thrash/base
|
@ -1,15 +0,0 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd_persistent_cache_path: /home/ubuntu/cephtest/write_back_cache
|
||||
rbd_persistent_cache_size: 8589934592
|
||||
rbd_plugins: pwl_cache
|
||||
rbd_default_features: 61
|
||||
tasks:
|
||||
- exec:
|
||||
client.0:
|
||||
- "mkdir -m 777 /home/ubuntu/cephtest/write_back_cache"
|
||||
- exec_on_cleanup:
|
||||
client.0:
|
||||
- "rm -rf /home/ubuntu/cephtest/write_back_cache"
|
@ -1,15 +0,0 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd_persistent_cache_path: /home/ubuntu/cephtest/write_back_cache
|
||||
rbd_persistent_cache_size: 1073741824
|
||||
rbd_plugins: pwl_cache
|
||||
rbd_default_features: 61
|
||||
tasks:
|
||||
- exec:
|
||||
client.0:
|
||||
- "mkdir -m 777 /home/ubuntu/cephtest/write_back_cache"
|
||||
- exec_on_cleanup:
|
||||
client.0:
|
||||
- "rm -rf /home/ubuntu/cephtest/write_back_cache"
|
@ -1 +0,0 @@
|
||||
../../librbd/workloads/c_api_tests_with_defaults.yaml
|
1
qa/suites/rbd/pwl-cache/home/1-base
Symbolic link
1
qa/suites/rbd/pwl-cache/home/1-base
Symbolic link
@ -0,0 +1 @@
|
||||
../../basic/base/
|
13
qa/suites/rbd/pwl-cache/home/4-cache-path.yaml
Normal file
13
qa/suites/rbd/pwl-cache/home/4-cache-path.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd_persistent_cache_path: /home/ubuntu/cephtest/rbd-pwl-cache
|
||||
rbd_plugins: pwl_cache
|
||||
tasks:
|
||||
- exec:
|
||||
client.0:
|
||||
- "mkdir -m 777 /home/ubuntu/cephtest/rbd-pwl-cache"
|
||||
- exec_on_cleanup:
|
||||
client.0:
|
||||
- "rm -rf /home/ubuntu/cephtest/rbd-pwl-cache"
|
5
qa/suites/rbd/pwl-cache/home/6-cache-size/1G.yaml
Normal file
5
qa/suites/rbd/pwl-cache/home/6-cache-size/1G.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd_persistent_cache_size: 1073741824
|
5
qa/suites/rbd/pwl-cache/home/6-cache-size/8G.yaml
Normal file
5
qa/suites/rbd/pwl-cache/home/6-cache-size/8G.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd_persistent_cache_size: 8589934592
|
1
qa/suites/rbd/pwl-cache/home/7-workloads/.qa
Symbolic link
1
qa/suites/rbd/pwl-cache/home/7-workloads/.qa
Symbolic link
@ -0,0 +1 @@
|
||||
../.qa/
|
@ -0,0 +1 @@
|
||||
../../../librbd/workloads/c_api_tests_with_defaults.yaml
|
Loading…
Reference in New Issue
Block a user