From a2e1e9974455b51e4bc77b3d82a94c2ed49e9285 Mon Sep 17 00:00:00 2001 From: Avan Thakkar Date: Tue, 27 Aug 2024 13:13:11 +0530 Subject: [PATCH] doc: Update pendingreleasenotes for CephFS NFS exports Signed-off-by: Avan Thakkar (cherry picked from commit af63b4742548e6552273948022b4160b3816c63b) --- PendingReleaseNotes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PendingReleaseNotes b/PendingReleaseNotes index e324eb9ae8bf..61c1258df243 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -249,6 +249,9 @@ CephFS: Disallow delegating preallocated inode ranges to clients. Config - osd_op_num_shards_hdd = 1 (was 5) - osd_op_num_threads_per_shard_hdd = 5 (was 1) For more details see https://tracker.ceph.com/issues/66289. +* NFS: The export create/apply of CephFS based exports will now have a additional parameter `cmount_path` under FSAL block, + which specifies the path within the CephFS to mount this export on. If this and the other + `EXPORT { FSAL {} }` options are the same between multiple exports, those exports will share a single CephFS client. If not specified, the default is `/`. >=18.0.0 -- 2.47.3