1
0
mirror of https://github.com/ceph/ceph synced 2024-12-25 21:03:31 +00:00

qa: update minute period multiplier to m

Signed-off-by: Milind Changire <mchangir@redhat.com>
This commit is contained in:
Milind Changire 2023-09-12 14:00:33 +05:30
parent e7218e03ae
commit 9c88234791
No known key found for this signature in database
GPG Key ID: 8A72967603AE8AA0

View 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