summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilind Changire <mchangir@redhat.com>2023-09-12 10:30:33 +0200
committerMilind Changire <mchangir@redhat.com>2023-09-12 10:41:03 +0200
commit9c882347912b039fdb6c4f8a6ac7ec601793d8eb (patch)
treefd9ab995a317e5631bf6bc3c530bb966bd432e2a
parentqa: change minute duration specifier from M to m (diff)
downloadceph-9c882347912b039fdb6c4f8a6ac7ec601793d8eb.tar.xz
ceph-9c882347912b039fdb6c4f8a6ac7ec601793d8eb.zip
qa: update minute period multiplier to m
Signed-off-by: Milind Changire <mchangir@redhat.com>
-rw-r--r--qa/suites/fs/workload/tasks/3-snaps/yes.yaml4
1 files changed, 2 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 598f7e2158b..1a6a6cc6014 100644
--- a/qa/suites/fs/workload/tasks/3-snaps/yes.yaml
+++ b/qa/suites/fs/workload/tasks/3-snaps/yes.yaml
@@ -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