]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: update minute period multiplier to m
authorMilind Changire <mchangir@redhat.com>
Tue, 12 Sep 2023 08:30:33 +0000 (14:00 +0530)
committerMilind Changire <mchangir@redhat.com>
Mon, 22 Jan 2024 04:37:41 +0000 (10:07 +0530)
Signed-off-by: Milind Changire <mchangir@redhat.com>
(cherry picked from commit 9c882347912b039fdb6c4f8a6ac7ec601793d8eb)

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

index 598f7e2158bcc35e2985beb0e6af762b090b63f4..1a6a6cc60142f582f9ae85e9d1827ca11536ec2f 100644 (file)
@@ -15,8 +15,8 @@ tasks:
       - 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
-      - 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 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=/
       - ceph fs snap-schedule list --fs=cephfs --path=/ --recursive=true
       - date +%s > START_TIME