Skip to content

Commit

Permalink
Merge pull request #359 from AnushaY1916/releaseNotes
Browse files Browse the repository at this point in the history
Adding release notes for v2.4
  • Loading branch information
dileepds authored Sep 21, 2023
2 parents 8b5d66e + 760f5f2 commit 47a4717
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions release-notes/v2.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# HPE CSI Driver for Kubernetes 2.4.0 Release Notes

## HPE CSI Driver for Kubernetes 2.4.0

| **Version:** |2.4.0|
|--------------|-----|
| **Revision:** | Thursday September 21, 2023 |

## Resolved Issues

The following table lists the resolved issues for HPE CSI Driver for Kubernetes v2.4.0.

|ID|Component |Title|Resolution|
|--|---------|-----|-----------|
|CON-3002|csi.k8s|Updated all SIG storage sidecars to new supported versions||
|CON-1744|csi.k8s|The NFS servers should have some default resource limits set|The default resource limits for StorageClass parameters `nfsResourceLimitsCpuM` and `nfsResourceLimitsMemoryMi` are set|
|CON-1738|csi.k8s|Uneven spread of multi-writer PVCs when large number of them are used|Added anti-affinity rules to create a more even spread of NFS servers|
|CON-417|csi.k8s|Support RWX access mode for raw block volumes in Nimble||
|CON-2960|csi.k8s|The CSI driver will not make changes on the host when nodeConfiguration is disabled|Added a new parameter `DISABLE_NODE_CONFIGURATION` to disable nodeConfiguration completely|
|CON-3009|csi.k8s|ARM64 images support for the CSI driver||
|CON-2568|csi.k8s|Enhancement of `nfsNamespace` parameter in StorageClass|Extra metadata option included that allows users to set `nfsNameSpace` to PVC|
|CON-3015|csi.k8s|The hpe-logcollector is not collecting the logs properly| Fixed the funstionality of hpe-logcollector script||
|CON-3025|csi.k8s|CRD files are missing in the yaml deployment of CSI driver|Added CRD files in CSI driver deployment through yaml files||

## Known Issues

The following table lists the known issues for HPE CSI Driver for Kubernetes v2.4.0. Please note that, `Known Issues` from previous releases are still applicable with suggested workarounds, if they are not part of `Resolved Issues` above.

|ID|Component |Title|Description|
|--|---------|-----|-----------|
|CON-3005|csi.k8s|Support RWX access mode for block volumes in Primera||
|CON-2508|csi.k8s|Post reboot or drain of worker nodes, cleanup is not happening properly|When a worker node is rebooted, all pods will be moved to another available worker node and when the worker node comes up, it still has stale entries on the node and requires manual cleanup to remove these stale entries using the `rescan-scsi-bus.sh` script or executing `multipath -ll` command|
|CON-3009|csi.k8s|Provide ARM64 images of Nimble container storage provider|
|CON-3010|csi.k8s|Incorrect filesystem size when restoring snapshot to larger size pvc with K8s 1.27 and k8s 1.28||

0 comments on commit 47a4717

Please sign in to comment.