ceph-csi/PendingReleaseNotes.md
Praveen M fb8bb3f576 cephfs: support for kernelMountOptions & fuseMountOptions per cluster
Implemented the capability to include kernel mount options and
fuse mount options for individual clusters within the ceph-csi-config
ConfigMap.This allows users to configure the kernel/fuse mount options
for each cluster separately. The mount options specified in the ConfigMap
will supersede those provided via command line arguments.

Signed-off-by: Praveen M <m.praveen@ibm.com>
2023-11-15 11:43:27 +00:00

578 B

v3.10 Pending Release Notes

Breaking Changes

  • Removed the deprecated grpc metrics flag's in PR

  • Support for pre-creation of cephFS subvolumegroup before creating subvolume is removed in PR

Features

  • Support for configuring read affinity for individuals cluster within the ceph-csi-config ConfigMap in PR

  • Support for CephFS kernel and fuse mount options per cluster in PR