]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: add pendingreleasenotes for cephfs subvolume earmarking feature 59897/head
authorAvan Thakkar <athakkar@redhat.com>
Fri, 20 Sep 2024 09:09:48 +0000 (14:39 +0530)
committerAvan Thakkar <athakkar@redhat.com>
Mon, 18 Nov 2024 09:33:27 +0000 (15:03 +0530)
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
PendingReleaseNotes

index 59692fe83a23d412d1771292e8b61611e0dad42a..ee84251903024f64ae16e0a614a64c01d4f84b59 100644 (file)
   output is changed from 'STATUS' to 'STATE'. The state of a group snapshot
   that was shown as 'ok' is now shown as 'complete', which is more descriptive.
 
+>=19.2.1
+
+* CephFS: Command `fs subvolume create` now allows tagging subvolumes through option
+  `--earmark` with a unique identifier needed for NFS or SMB services. The earmark
+  string for a subvolume is empty by default. To remove an already present earmark,
+  an empty string can be assigned to it. Additionally, commands
+  `ceph fs subvolume earmark set`, `ceph fs subvolume earmark get` and
+  `ceph fs subvolume earmark rm` have been added to set, get and remove earmark from a given subvolume.
+
 >=19.0.0
 
 * cephx: key rotation is now possible using `ceph auth rotate`. Previously,