mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
Merge pull request #20729 from dillaman/wip-22738
qa/suites/rbd: segregated v1 image format tests Reviewed-by: Mykola Golub <mgolub@suse.com>
This commit is contained in:
commit
9ffbac6fc5
qa/suites/rbd
basic/msgr-failures
cli
cli_v1
openstack/features
qemu/features
@ -1,10 +0,0 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
global:
|
||||
ms inject socket failures: 1000
|
||||
overrides:
|
||||
ceph:
|
||||
log-whitelist:
|
||||
- \(MGR_DOWN\)
|
||||
- No standby daemons
|
@ -2,5 +2,4 @@ overrides:
|
||||
ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd default format: 2
|
||||
rbd default features: 61
|
||||
|
@ -2,5 +2,4 @@ overrides:
|
||||
ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd default format: 2
|
||||
rbd default features: 125
|
||||
|
@ -2,5 +2,4 @@ overrides:
|
||||
ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd default format: 2
|
||||
rbd default features: 1
|
||||
|
@ -1,10 +0,0 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
global:
|
||||
ms inject socket failures: 1000
|
||||
overrides:
|
||||
ceph:
|
||||
log-whitelist:
|
||||
- \(MGR_DOWN\)
|
||||
- No standby daemons
|
0
qa/suites/rbd/cli_v1/%
Normal file
0
qa/suites/rbd/cli_v1/%
Normal file
3
qa/suites/rbd/cli_v1/base/install.yaml
Normal file
3
qa/suites/rbd/cli_v1/base/install.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
tasks:
|
||||
- install:
|
||||
- ceph:
|
1
qa/suites/rbd/cli_v1/clusters
Symbolic link
1
qa/suites/rbd/cli_v1/clusters
Symbolic link
@ -0,0 +1 @@
|
||||
../basic/clusters
|
5
qa/suites/rbd/cli_v1/msgr-failures/few.yaml
Normal file
5
qa/suites/rbd/cli_v1/msgr-failures/few.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
global:
|
||||
ms inject socket failures: 5000
|
1
qa/suites/rbd/cli_v1/objectstore
Symbolic link
1
qa/suites/rbd/cli_v1/objectstore
Symbolic link
@ -0,0 +1 @@
|
||||
../../../objectstore
|
0
qa/suites/rbd/cli_v1/pool/none.yaml
Normal file
0
qa/suites/rbd/cli_v1/pool/none.yaml
Normal file
17
qa/suites/rbd/cli_v1/pool/small-cache-pool.yaml
Normal file
17
qa/suites/rbd/cli_v1/pool/small-cache-pool.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
overrides:
|
||||
ceph:
|
||||
log-whitelist:
|
||||
- overall HEALTH_
|
||||
- \(CACHE_POOL_NEAR_FULL\)
|
||||
- \(CACHE_POOL_NO_HIT_SET\)
|
||||
tasks:
|
||||
- exec:
|
||||
client.0:
|
||||
- sudo ceph osd pool create cache 4
|
||||
- sudo ceph osd tier add rbd cache
|
||||
- sudo ceph osd tier cache-mode cache writeback
|
||||
- sudo ceph osd tier set-overlay rbd cache
|
||||
- sudo ceph osd pool set cache hit_set_type bloom
|
||||
- sudo ceph osd pool set cache hit_set_count 8
|
||||
- sudo ceph osd pool set cache hit_set_period 60
|
||||
- sudo ceph osd pool set cache target_max_objects 250
|
5
qa/suites/rbd/cli_v1/workloads/rbd_cli_generic.yaml
Normal file
5
qa/suites/rbd/cli_v1/workloads/rbd_cli_generic.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
tasks:
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/cli_generic.sh
|
@ -0,0 +1,5 @@
|
||||
tasks:
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/import_export.sh
|
@ -2,5 +2,4 @@ overrides:
|
||||
ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd default format: 2
|
||||
rbd default features: 1
|
||||
|
@ -2,5 +2,4 @@ overrides:
|
||||
ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd default format: 2
|
||||
rbd default features: 61
|
||||
|
@ -2,5 +2,4 @@ overrides:
|
||||
ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd default format: 2
|
||||
rbd default features: 125
|
||||
|
Loading…
Reference in New Issue
Block a user