mirror of
https://github.com/ceph/ceph
synced 2025-02-21 01:47:25 +00:00
suites/rbd: split qemu and librbd tests
qemu tests take a long time. We'll want to test more combinations of options with librbd directly. Signed-off-by: Josh Durgin <jdurgin@redhat.com>
This commit is contained in:
parent
f6145a388c
commit
87478973f4
0
suites/rbd/qemu/%
Normal file
0
suites/rbd/qemu/%
Normal file
6
suites/rbd/qemu/cache/none.yaml
vendored
Normal file
6
suites/rbd/qemu/cache/none.yaml
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
tasks:
|
||||
- install:
|
||||
- ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd cache: false
|
6
suites/rbd/qemu/cache/writeback.yaml
vendored
Normal file
6
suites/rbd/qemu/cache/writeback.yaml
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
tasks:
|
||||
- install:
|
||||
- ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd cache: true
|
7
suites/rbd/qemu/cache/writethrough.yaml
vendored
Normal file
7
suites/rbd/qemu/cache/writethrough.yaml
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
tasks:
|
||||
- install:
|
||||
- ceph:
|
||||
conf:
|
||||
client:
|
||||
rbd cache: true
|
||||
rbd cache max dirty: 0
|
0
suites/rbd/qemu/cachepool/none.yaml
Normal file
0
suites/rbd/qemu/cachepool/none.yaml
Normal file
11
suites/rbd/qemu/cachepool/small.yaml
Normal file
11
suites/rbd/qemu/cachepool/small.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
tasks:
|
||||
- exec:
|
||||
client.0:
|
||||
- ceph osd pool create cache 4
|
||||
- ceph osd tier add rbd cache
|
||||
- ceph osd tier cache-mode cache writeback
|
||||
- ceph osd tier set-overlay rbd cache
|
||||
- ceph osd pool set cache hit_set_type bloom
|
||||
- ceph osd pool set cache hit_set_count 8
|
||||
- ceph osd pool set cache hit_set_period 60
|
||||
- ceph osd pool set cache target_max_objects 250
|
1
suites/rbd/qemu/clusters/fixed-3.yaml
Symbolic link
1
suites/rbd/qemu/clusters/fixed-3.yaml
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../clusters/fixed-3.yaml
|
1
suites/rbd/qemu/fs
Symbolic link
1
suites/rbd/qemu/fs
Symbolic link
@ -0,0 +1 @@
|
||||
../basic/fs
|
7
suites/rbd/qemu/msgr-failures/few.yaml
Normal file
7
suites/rbd/qemu/msgr-failures/few.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
global:
|
||||
ms inject socket failures: 5000
|
||||
log-whitelist:
|
||||
- wrongly marked me down
|
Loading…
Reference in New Issue
Block a user