]> git.apps.os.sepia.ceph.com Git - ceph-ci.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>
Tue, 12 Sep 2023 08:41:03 +0000 (14:11 +0530)
Signed-off-by: Milind Changire <mchangir@redhat.com>
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