Skip to content

Commit

Permalink
Update CHANGELOG-1.11.0.md (#1555)
Browse files Browse the repository at this point in the history
  • Loading branch information
gallacher authored Oct 31, 2024
1 parent b1ddfda commit dfa4120
Showing 1 changed file with 30 additions and 4 deletions.
34 changes: 30 additions & 4 deletions CHANGELOG/CHANGELOG-1.11.0.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,46 @@
<!--toc-->
- [v1.11.0](#v1110)
- [Changelog since v1.10.2](#changelog-since-v1102)
- [v1.11.1](#1111)
- [Changelog since v1.11.0](#changelog-since-v1110)
- [Known Issues](#known-issues)
- [Changes by Kind](#changes-by-kind)
- [Deprecation](#deprecation)
- [Features](#features)
- [Bugs](#bugs)
- [v1.11.0](#v1110)
- [Changelog since v1.10.2](#changelog-since-v1102)
- [Known Issues](#known-issues-1)
- [Changes by Kind](#changes-by-kind-1)
- [Deprecation](#deprecation-1)
- [Features](#features-1)
- [Bugs](#bugs-1)


# v1.11.1

## Changelog since v1.11.0

## Known Issues

## Changes by Kind

### Deprecation

### Features
- Unity consistency update to reduce the number of authentication API calls. ([#1415](https://github.com/dell/csm/issues/1415))

### Bugs
- Mounts using NVMe on PowerStore fails in v2.11 of the driver ([#1469](https://github.com/dell/csm/issues/1469))
- SDC 4.5.2.1 fails to load when deployed on OCP 4.16.x using csm-operator ([#1482](https://github.com/dell/csm/issues/1482))
<br>**Note**: To get the latest 4.5.2.1 SDC image, `ImagePullPolicy` for the `dellemc/sdc:4.5.2.1` image will have to be set to `Always`.

# v1.11.0

## Changelog since v1.10.2

## Known Issues

Controller publish is taking too long to complete. Health monitoring is causing the Unity array to panic by opening multiple sessions. There are error messages in the log `context deadline exceeded`, when health monitoring is enabled. As a workaround, disable volume health monitoring on the node and keep it only at the controller level. Refer [here](https://dell.github.io/csm-docs/docs/csidriver/features/unity/#volume-health-monitoring) for more information about enabling/disabling volume health monitoring.
- Controller publish is taking too long to complete. Health monitoring is causing the Unity array to panic by opening multiple sessions. There are error messages in the log `context deadline exceeded`, when health monitoring is enabled. As a workaround, disable volume health monitoring on the node and keep it only at the controller level. Refer [here](https://dell.github.io/csm-docs/docs/csidriver/features/unity/#volume-health-monitoring) for more information about enabling/disabling volume health monitoring.
- Mount of block devices using the NVMe protocols fail. ([#1469](https://github.com/dell/csm/issues/1469)). Use an alternate block protocol (iSCSI, FC) or delay upgrading to the v2.11.0 version of the PowerStore driver and wait for an update of the driver to be published.

## Changes by Kind

Expand All @@ -35,7 +61,7 @@ Controller publish is taking too long to complete. Health monitoring is causing

### Bugs

- Documentation has broken links to sample files that are no longer available.. ([#1392](https://github.com/dell/csm/issues/1392))
- Documentation has broken links to sample files that are no longer available. ([#1392](https://github.com/dell/csm/issues/1392))
- CSI Powermax chooses ISCSI protocol over NVMeTCP. ([#1388](https://github.com/dell/csm/issues/1388))
- Enable static build of repctl. ([#1385](https://github.com/dell/csm/issues/1385))
- Documentation and Release Issues with Cert-CSI Tool. ([#1383](https://github.com/dell/csm/issues/1383))
Expand Down

0 comments on commit dfa4120

Please sign in to comment.