From e31511aed245a57dffed585564f69beeb13724bb Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Mon, 22 Apr 2024 14:33:41 -0400 Subject: [PATCH] qa: increase debugging for snap_schedule Fixes: https://tracker.ceph.com/issues/65617 Related-to: https://tracker.ceph.com/issues/65616 Signed-off-by: Patrick Donnelly --- qa/suites/fs/workload/tasks/3-snaps/yes.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qa/suites/fs/workload/tasks/3-snaps/yes.yaml b/qa/suites/fs/workload/tasks/3-snaps/yes.yaml index 69f53768df8..29ed93bb3e8 100644 --- a/qa/suites/fs/workload/tasks/3-snaps/yes.yaml +++ b/qa/suites/fs/workload/tasks/3-snaps/yes.yaml @@ -3,8 +3,6 @@ mgrmodules: - 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: @@ -19,6 +17,9 @@ overrides: 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=/ -- 2.39.5