mirror of
https://github.com/ceph/ceph
synced 2024-12-25 12:54:16 +00:00
e747abef4e
This appears to have been broken, which means we weren't actually testing any of the non-default cache modes (writethrough, none). Whoops! We were getting jobs like task: - install: null - ceph: conf: client: rbd cache: false tasks: - chef: null - clock: null - install: null - ceph: null - rbd_fsx: clients: - client.0 ops: 5000 Signed-off-by: Sage Weil <sage@inktank.com>
8 lines
105 B
YAML
8 lines
105 B
YAML
tasks:
|
|
- install:
|
|
- ceph:
|
|
conf:
|
|
client:
|
|
rbd cache: true
|
|
rbd cache max dirty: 0
|