mirror of
https://github.com/ceph/ceph
synced 2025-02-09 03:49:38 +00:00
The RWL mode needs DAX and is dog slow otherwise -- qemu_xfstests.yaml job always hits the 6 hour max_job_time limit. As our tmpfs instance is limited and qemu_xfstests.yaml opens three images at the same time, reduce the "big cache" size to 5G. This facet was added to iron out 32-bit head/tail pointer issues and 5G still does the job there. Going through the loop device is needed because tmpfs doesn't support O_DIRECT. Fixes: https://tracker.ceph.com/issues/55400 Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
6 lines
82 B
YAML
6 lines
82 B
YAML
overrides:
|
|
ceph:
|
|
conf:
|
|
client:
|
|
rbd_persistent_cache_mode: rwl
|