From: Rishabh Dave Date: Mon, 7 Apr 2025 14:36:33 +0000 (+0530) Subject: doc/cephfs: add doc for "snapshot getpath" cmd X-Git-Tag: v20.3.0~41^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9e40a5c8d7a5cd6e4c1929559c4c7e3411653de5;p=ceph.git doc/cephfs: add doc for "snapshot getpath" cmd Signed-off-by: Rishabh Dave --- diff --git a/doc/cephfs/fs-volumes.rst b/doc/cephfs/fs-volumes.rst index d5ddccaae2f9..67ab2d89d639 100644 --- a/doc/cephfs/fs-volumes.rst +++ b/doc/cephfs/fs-volumes.rst @@ -612,6 +612,15 @@ otherwise fail (if the snapshot did not exist). .. note:: if the last snapshot within a snapshot retained subvolume is removed, the subvolume is also removed +Fetching Path of a Snapshot of a Subvolume +------------------------------------------ +Use a command of the following form to fetch the absolute path of a snapshot of +a subvolume: + +.. prompt:: base # + + ceph fs subvolume snapshot getpath [] + Listing the Snapshots of a Subvolume ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~