From: Rishabh Dave Date: Mon, 7 Apr 2025 14:39:44 +0000 (+0530) Subject: release note: add a note for "snapshot getpath" command X-Git-Tag: v20.3.0~41^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a59b1fa431e2b546877c160beb5f67f2970776f0;p=ceph.git release note: add a note for "snapshot getpath" command Signed-off-by: Rishabh Dave --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 904f07e774df..811f01c35354 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -103,6 +103,10 @@ `PutBucketPolicy`. Additionally, the root user will always have access to modify the bucket policy, even if the current policy explicitly denies access. +* CephFS: The ``ceph fs subvolume snapshot getpath`` command now allows users + to get the path of a snapshot of a subvolume. If the snapshot is not present + ``ENOENT`` is returned. + * CephFS: The ``ceph fs volume create`` command now allows users to pass metadata and data pool names to be used for creating the volume. If either is not passed or if either is a non-empty pool, the command will abort.