mirror of
https://github.com/ceph/ceph
synced 2025-02-19 08:57:27 +00:00
rbd: do most tests with a (small) cache pool in front
Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
03a8444253
commit
e97b865037
0
suites/rbd/basic/cachepool/none.yaml
Normal file
0
suites/rbd/basic/cachepool/none.yaml
Normal file
11
suites/rbd/basic/cachepool/small.yaml
Normal file
11
suites/rbd/basic/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
|
0
suites/rbd/librbd/cachepool/none.yaml
Normal file
0
suites/rbd/librbd/cachepool/none.yaml
Normal file
11
suites/rbd/librbd/cachepool/small.yaml
Normal file
11
suites/rbd/librbd/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
|
18
suites/rbd/thrash/thrashers/cache.yaml
Normal file
18
suites/rbd/thrash/thrashers/cache.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
tasks:
|
||||
- install:
|
||||
- ceph:
|
||||
log-whitelist:
|
||||
- wrongly marked me down
|
||||
- objects unfound and apparently lost
|
||||
- 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
|
||||
- thrashosds:
|
||||
timeout: 1200
|
Loading…
Reference in New Issue
Block a user