Merge pull request from dillaman/wip-22738

qa/suites/rbd: segregated v1 image format tests

Reviewed-by: Mykola Golub <mgolub@suse.com>
This commit is contained in:
Mykola Golub 2018-03-07 22:53:12 +02:00 committed by GitHub
commit 9ffbac6fc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 37 additions and 26 deletions

View File

@ -1,10 +0,0 @@
overrides:
ceph:
conf:
global:
ms inject socket failures: 1000
overrides:
ceph:
log-whitelist:
- \(MGR_DOWN\)
- No standby daemons

View File

@ -2,5 +2,4 @@ overrides:
ceph:
conf:
client:
rbd default format: 2
rbd default features: 61

View File

@ -2,5 +2,4 @@ overrides:
ceph:
conf:
client:
rbd default format: 2
rbd default features: 125

View File

@ -2,5 +2,4 @@ overrides:
ceph:
conf:
client:
rbd default format: 2
rbd default features: 1

View File

@ -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
View File

View File

@ -0,0 +1,3 @@
tasks:
- install:
- ceph:

View File

@ -0,0 +1 @@
../basic/clusters

View File

@ -0,0 +1,5 @@
overrides:
ceph:
conf:
global:
ms inject socket failures: 5000

View File

@ -0,0 +1 @@
../../../objectstore

View File

View 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

View File

@ -0,0 +1,5 @@
tasks:
- workunit:
clients:
client.0:
- rbd/cli_generic.sh

View File

@ -0,0 +1,5 @@
tasks:
- workunit:
clients:
client.0:
- rbd/import_export.sh

View File

@ -2,5 +2,4 @@ overrides:
ceph:
conf:
client:
rbd default format: 2
rbd default features: 1

View File

@ -2,5 +2,4 @@ overrides:
ceph:
conf:
client:
rbd default format: 2
rbd default features: 61

View File

@ -2,5 +2,4 @@ overrides:
ceph:
conf:
client:
rbd default format: 2
rbd default features: 125