Skip to content

Commit 98d5009

Browse files
Merge pull request ceph#59897 from avanthakkar/note-cephfs-earmark
doc: add pendingreleasenotes for cephfs subvolume earmarking feature Reviewed-by: Rishabh Dave <[email protected]> Reviewed-by: Neeraj Pratap Singh <[email protected]>
2 parents d0d4ae9 + 16dfa00 commit 98d5009

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

PendingReleaseNotes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@
4848
CephFS does not support disk space reservation. The only flags supported are
4949
`FALLOC_FL_KEEP_SIZE` and `FALLOC_FL_PUNCH_HOLE`.
5050

51+
>=19.2.1
52+
53+
* CephFS: Command `fs subvolume create` now allows tagging subvolumes through option
54+
`--earmark` with a unique identifier needed for NFS or SMB services. The earmark
55+
string for a subvolume is empty by default. To remove an already present earmark,
56+
an empty string can be assigned to it. Additionally, commands
57+
`ceph fs subvolume earmark set`, `ceph fs subvolume earmark get` and
58+
`ceph fs subvolume earmark rm` have been added to set, get and remove earmark from a given subvolume.
59+
5160
>=19.0.0
5261

5362
* cephx: key rotation is now possible using `ceph auth rotate`. Previously,

0 commit comments

Comments
 (0)