You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/release/_index.md
+1-40Lines changed: 1 addition & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,45 +9,6 @@ Description: >
9
9
10
10
## Notifications
11
11
12
-
<divstyle="text-align: left;">
13
-
14
-
<h3 >🔒<strong>Important Notice</strong></h3>
15
-
<hr>
16
-
<p>
17
-
Starting with the release of <strong>Container Storage Modules v1.16.0</strong>, the project will no longer be maintained as an open source project. Future development will continue under a closed source model. This change reflects our commitment to delivering even greater value to our customers by enabling faster innovation and more deeply integrated features with the Dell storage portfolio.
18
-
</p>
19
-
<p>For existing customers using Dell’s Container Storage Modules, you will continue to receive:</p>
20
-
<ul>
21
-
<li><strong>Ongoing Support & Community Engagement</strong><br>
22
-
You will continue to receive high-quality support through Dell Support and our community channels. Your experience of engaging with the Dell community remains unchanged.
23
-
</li>
24
-
<li><strong>Streamlined Deployment & Updates</strong><br>
25
-
Deployment and update processes will remain consistent, ensuring a smooth and familiar experience.
26
-
</li>
27
-
<li><strong>Access to Documentation & Resources</strong><br>
28
-
All documentation and related materials will remain publicly accessible, providing transparency and technical guidance.
29
-
</li>
30
-
<li><strong>Continued Access to Current Open Source Version</strong><br>
31
-
The current open-source version will remain available under its existing license for those who rely on it.
32
-
</li>
33
-
</ul>
34
-
35
-
<p>
36
-
Moving to a closed source model allows Dell’s development team to accelerate feature delivery and enhance integration across our Enterprise Kubernetes Storage solutions, ultimately providing a more seamless and robust experience.
37
-
</p>
38
-
39
-
<p>
40
-
We deeply appreciate the contributions of the open source community and remain committed to supporting our customers through this transition.
41
-
</p>
42
-
43
-
<p>
44
-
For questions or access requests, please contact the maintainers via
| <divstyle="text-align: left"> Topology-related node labels are not removed automatically. | <divstyle="text-align: left"> Currently, when the driver is uninstalled, topology-related node labels are not getting removed automatically. There is an open issue in the Kubernetes to fix this. Until the fix is released, remove the labels manually after the driver un-installation using command **kubectl label node <node_name> <label1>- <label2>- ...** Example: **kubectl label node <hostname> csi-unity.dellemc.com/array123-iscsi-** Note: there must be - at the end of each label to remove it.|
143
104
| <divstyle="text-align: left"> NFS Clone - Resize of the snapshot is not supported by Unity XT Platform, however, the user should never try to resize the cloned NFS volume.| <divstyle="text-align: left"> Currently, when the driver takes a clone of NFS volume, it succeeds but if the user tries to resize the NFS volumesnapshot, the driver will throw an error.|
144
105
| <divstyle="text-align: left"> A CSI ephemeral pod may not get created starting OpenShift 4.13 and fail with the error `"error when creating pod: the pod uses an inline volume provided by CSIDriver csi-unity.dellemc.com, and the namespace has a pod security enforcement level that is lower than privileged."`| <divstyle="text-align: left"> This issue occurs because OpenShift 4.13 introduced the CSI Volume Admission plugin to restrict the use of a CSI driver capable of provisioning CSI ephemeral volumes during pod admission. Therefore, an additional label `security.openshift.io/csi-ephemeral-volume-profile` in `csidriver.yaml` file with the required security profile value should be provided. |
145
-
| <divstyle="text-align: left"> Controller publish is taking too long to complete/ Health monitoring is causing Unity array to panic by opening multiple sessions/ There are error messages in the log `context deadline exceeded`, when health monitoring is enabled | <divstyle="text-align: left"> Disable volume health monitoring on the node and keep it only at the controller level.|
106
+
| <divstyle="text-align: left"> Controller publish is taking too long to complete/ Health monitoring is causing Unity array to panic by opening multiple sessions/ There are error messages in the log `context deadline exceeded`, when health monitoring is enabled | <divstyle="text-align: left"> Disable volume health monitoring on the node and keep it only at the controller level.|
0 commit comments