ceph/qa/suites/fs/workload/tasks/4-flush/yes.yaml
Patrick Donnelly d02e41dd0a
qa: fs:workload add journal flush task
Idea here is to force the MDS to flush metadata mutations out of the
journal. This may help expose any type of corruption seen with postgres.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2022-09-26 22:19:44 -04:00

5 lines
107 B
YAML

tasks:
- background_exec:
mon.a:
- while sleep 13; do ceph tell mds.cephfs:0 flush journal; done