]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: increase debugging for snap_schedule 57172/head
authorPatrick Donnelly <pdonnell@redhat.com>
Mon, 22 Apr 2024 18:33:41 +0000 (14:33 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 30 Apr 2024 17:17:48 +0000 (13:17 -0400)
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)

qa/suites/fs/workload/tasks/3-snaps/yes.yaml

index 69f53768df812c65233f5ae56111aa46290abb88..29ed93bb3e8b1cd32a5df59e8a7c64b3952633d0 100644 (file)
@@ -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=/