mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
fb8bb3f576
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>
16 lines
578 B
Markdown
16 lines
578 B
Markdown
# v3.10 Pending Release Notes
|
|
|
|
## Breaking Changes
|
|
|
|
- Removed the deprecated grpc metrics flag's in [PR](https://github.com/ceph/ceph-csi/pull/4225)
|
|
|
|
- Support for pre-creation of cephFS subvolumegroup before creating subvolume
|
|
is removed in [PR](https://github.com/ceph/ceph-csi/pull/4195)
|
|
|
|
## Features
|
|
|
|
- Support for configuring read affinity for individuals cluster within the ceph-csi-config
|
|
ConfigMap in [PR](https://github.com/ceph/ceph-csi/pull/4165)
|
|
|
|
- Support for CephFS kernel and fuse mount options per cluster in [PR](https://github.com/ceph/ceph-csi/pull/4245)
|