mirror of
https://github.com/ceph/ceph
synced 2025-01-23 19:46:56 +00:00
d02e41dd0a
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>
5 lines
107 B
YAML
5 lines
107 B
YAML
tasks:
|
|
- background_exec:
|
|
mon.a:
|
|
- while sleep 13; do ceph tell mds.cephfs:0 flush journal; done
|