From: Milind Changire Date: Tue, 26 Apr 2022 09:46:21 +0000 (+0530) Subject: doc/cephfs: remove subvol support from snap-schedule X-Git-Tag: v16.2.11~84^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5c6e2b4ff0be4823c51c220dc8eb522baa66c186;p=ceph.git doc/cephfs: remove subvol support from snap-schedule Signed-off-by: Milind Changire (cherry picked from commit c15b854c0c9656edd5d4fd240c7d90736eca2957) --- diff --git a/doc/cephfs/snap-schedule.rst b/doc/cephfs/snap-schedule.rst index ba7c378f54e..2728203f49c 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 --------------------------