Fixes: https://tracker.ceph.com/issues/65617
Related-to: https://tracker.ceph.com/issues/65616
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit
e31511aed245a57dffed585564f69beeb13724bb)
- exec:
mon.a:
- ceph mgr module enable snap_schedule
- - ceph config set mgr mgr/snap_schedule/allow_m_granularity true
- - ceph config set mgr mgr/snap_schedule/dump_on_update true
overrides:
ceph:
conf:
tasks:
- exec:
mon.a:
+ - ceph config set mgr mgr/snap_schedule/log_level debug
+ - ceph config set mgr mgr/snap_schedule/allow_m_granularity true
+ - ceph config set mgr mgr/snap_schedule/dump_on_update true
- ceph fs snap-schedule add --fs=cephfs --path=/ --snap_schedule=1m
- ceph fs snap-schedule retention add --fs=cephfs --path=/ --retention-spec-or-period=6m3h
- ceph fs snap-schedule status --fs=cephfs --path=/