diff options
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 |