From 5421f0ecad0630a7107e16fb35ee1ba3c7d5c108 Mon Sep 17 00:00:00 2001 From: Milind Changire Date: Tue, 26 Apr 2022 15:16:21 +0530 Subject: [PATCH] doc/cephfs: remove subvol support from snap-schedule Signed-off-by: Milind Changire (cherry picked from commit c15b854c0c9656edd5d4fd240c7d90736eca2957) --- doc/cephfs/snap-schedule.rst | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/doc/cephfs/snap-schedule.rst b/doc/cephfs/snap-schedule.rst index ba7c378f54eb..2728203f49c5 100644 --- a/doc/cephfs/snap-schedule.rst +++ b/doc/cephfs/snap-schedule.rst @@ -49,10 +49,9 @@ The following time periods are recognized: `h(our), d(ay), w(eek), m(onth), y(ear)` and `n`. The latter is a special modifier where e.g. `10n` means keep the last 10 snapshots regardless of timing, -All subcommands take optional `fs` and `subvol` arguments to specify paths in +All subcommands take optional `fs` argument to specify paths in multi-fs setups and :doc:`/cephfs/fs-volumes` managed setups. If not -passed `fs` defaults to the first file system listed in the fs_map, `subvolume` -defaults to nothing. +passed `fs` defaults to the first file system listed in the fs_map. When using :doc:`/cephfs/fs-volumes` the argument `fs` is equivalent to a `volume`. @@ -66,16 +65,21 @@ When no subcommand is supplied a synopsis is printed:: #> ceph fs snap-schedule no valid command found; 8 closest matches: - fs snap-schedule status [] [] [] [] - fs snap-schedule list [] [--recursive] [] [] - fs snap-schedule add [] [] [] - fs snap-schedule remove [] [] [] [] - fs snap-schedule retention add [] [] [] - fs snap-schedule retention remove [] [] [] - fs snap-schedule activate [] [] [] [] - fs snap-schedule deactivate [] [] [] [] + fs snap-schedule status [] [] [] + fs snap-schedule list [--recursive] [] [] + fs snap-schedule add [] [] + fs snap-schedule remove [] [] [] + fs snap-schedule retention add [] [] + fs snap-schedule retention remove [] [] + fs snap-schedule activate [] [] [] + fs snap-schedule deactivate [] [] [] Error EINVAL: invalid command +Note: +^^^^^ +A `subvolume` argument is no longer accepted by the commands. + + Inspect snapshot schedules -------------------------- -- 2.47.3