diff options
author | Adam King <47704447+adk3798@users.noreply.github.com> | 2024-09-17 15:08:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-17 15:08:01 +0200 |
commit | 4adee01313d2104a80db803ac11d5b2d46dbea6e (patch) | |
tree | e5f2985903ae2049e15512e6b61498eb6d9533ea /PendingReleaseNotes | |
parent | Merge pull request #58728 from ifed01/wip-ifed-ret-error-kv-stats (diff) | |
parent | doc: nit fixes for nfs doc (diff) | |
download | ceph-4adee01313d2104a80db803ac11d5b2d46dbea6e.tar.xz ceph-4adee01313d2104a80db803ac11d5b2d46dbea6e.zip |
Merge pull request #54277 from rhcs-dashboard/nfs-export-apply-fix
mgr/nfs: generate user_id & access_key for apply_export(CephFS)
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Dhairya Parmar <dparmar@redhat.com>
Reviewed-by: John Mulligan <jmulligan@redhat.com>
Diffstat (limited to 'PendingReleaseNotes')
-rw-r--r-- | PendingReleaseNotes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes index ad8ac0ed81a..59692fe83a2 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -279,6 +279,10 @@ CephFS: Disallow delegating preallocated inode ranges to clients. Config * RGW: in bucket notifications, the `principalId` inside `ownerIdentity` now contains complete user id, prefixed with tenant id +* NFS: The export create/apply of CephFS based exports will now have a additional parameter `cmount_path` under the 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 * The RGW policy parser now rejects unknown principals by default. If you are |