From c45450f7a4b83d33e6f4011a66f572df1e0f7943 Mon Sep 17 00:00:00 2001 From: Milind Changire Date: Fri, 5 Apr 2024 21:02:52 +0530 Subject: [PATCH] mgr/snap_schedule: restore yearly spec to lowercase y Introduced-by: https://github.com/ceph/ceph/pull/53070 Fixes: https://tracker.ceph.com/issues/65350 Signed-off-by: Milind Changire (cherry picked from commit 7151415801bc2120d823d4447e86de0de892469e) --- doc/cephfs/snap-schedule.rst | 4 ++-- qa/tasks/cephfs/test_snap_schedules.py | 2 +- src/pybind/mgr/snap_schedule/fs/schedule.py | 10 +++++----- src/pybind/mgr/snap_schedule/fs/schedule_client.py | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/cephfs/snap-schedule.rst b/doc/cephfs/snap-schedule.rst index ef746be2359..a94d938040f 100644 --- a/doc/cephfs/snap-schedule.rst +++ b/doc/cephfs/snap-schedule.rst @@ -31,7 +31,7 @@ Snapshot schedules are identified by path, their repeat interval and their start time. The repeat interval defines the time between two subsequent snapshots. It is specified by a number and a period multiplier, one of `h(our)`, `d(ay)`, -`w(eek)`, `M(onth)` and `Y(ear)`. E.g. a repeat interval of `12h` specifies one +`w(eek)`, `M(onth)` and `y(ear)`. E.g. a repeat interval of `12h` specifies one snapshot every 12 hours. The start time is specified as a time string (more details about passing times below). By default @@ -53,7 +53,7 @@ The semantics are that a spec will ensure `` snapshots are kept that are at least `