summaryrefslogtreecommitdiffstats
path: root/PendingReleaseNotes
diff options
context:
space:
mode:
authorRishabh Dave <ridave@redhat.com>2024-11-26 07:26:38 +0100
committerGitHub <noreply@github.com>2024-11-26 07:26:38 +0100
commit98d50099ca5baa82b270e7a6e1056e717a4bb123 (patch)
tree3089df1b1ef612ec44e6ab77dbf3c2824d14b7cc /PendingReleaseNotes
parentMerge pull request #60768 from VallariAg/wip-prometheus-tested-limits (diff)
parentdoc: add pendingreleasenotes for cephfs subvolume earmarking feature (diff)
downloadceph-98d50099ca5baa82b270e7a6e1056e717a4bb123.tar.xz
ceph-98d50099ca5baa82b270e7a6e1056e717a4bb123.zip
Merge pull request #59897 from avanthakkar/note-cephfs-earmark
doc: add pendingreleasenotes for cephfs subvolume earmarking feature Reviewed-by: Rishabh Dave <ridave@redhat.com> Reviewed-by: Neeraj Pratap Singh <neesingh@redhat.com>
Diffstat (limited to 'PendingReleaseNotes')
-rw-r--r--PendingReleaseNotes9
1 files changed, 9 insertions, 0 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes
index 97a326aa719..146cab64d6f 100644
--- a/PendingReleaseNotes
+++ b/PendingReleaseNotes
@@ -48,6 +48,15 @@
CephFS does not support disk space reservation. The only flags supported are
`FALLOC_FL_KEEP_SIZE` and `FALLOC_FL_PUNCH_HOLE`.
+>=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,