Skip to content

Commit 358d08e

Browse files
authored
Revert the notice for closed source (#1682)
1 parent bb6987a commit 358d08e

File tree

1 file changed

+1
-40
lines changed

1 file changed

+1
-40
lines changed

content/docs/release/_index.md

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -9,45 +9,6 @@ Description: >
99

1010
## Notifications
1111

12-
<div style="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 &amp; 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 &amp; 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 &amp; 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
45-
<a href="https://www.dell.com/support/kbdoc/en-in/000188046/container-storage-interface-csi-drivers-and-container-storage-modules-csm-how-to-get-support" target="_blank">Dell Support</a>.
46-
<hr>
47-
</div>
48-
49-
<br>
50-
5112
**General:**
5213

5314
> * <span><span/>{{< message text="8" >}}
@@ -142,4 +103,4 @@ Description: >
142103
| <div style="text-align: left"> Topology-related node labels are not removed automatically. | <div style="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.|
143104
| <div style="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.| <div style="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.|
144105
| <div style="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."` | <div style="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-
| <div style="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 | <div style="text-align: left"> Disable volume health monitoring on the node and keep it only at the controller level.|
106+
| <div style="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 | <div style="text-align: left"> Disable volume health monitoring on the node and keep it only at the controller level.|

0 commit comments

Comments
 (0)