From 53ecc86f678ec797ccbc6c0e1cfa5eee950c5b1f Mon Sep 17 00:00:00 2001 From: khareRajshree Date: Tue, 9 Sep 2025 23:02:29 +0530 Subject: [PATCH 1/5] Update README with disclaimer --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fdb5f0..3a23098 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ +# :lock: **Important Notice** +Starting with the release of **Container Storage Modules v1.16.0**, this repository will transition to 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.
+For existing customers using Dell’s Container Storage Modules, you will continue to receive: +* **Ongoing Support & Community Engagement**
+ 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. +* **Streamlined Deployment & Updates**
+ Deployment and update processes will remain consistent, ensuring a smooth and familiar experience. +* **Access to Documentation & Resources**
+ All documentation and related materials will remain publicly accessible, providing transparency and technical guidance. +* **Continued Access to Current Open Source Version**
+ The current open-source version will remain available under its existing license for those who rely on it. + +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.
+We deeply appreciate the contributions of the open source community and remain committed to supporting our customers through this transition.
+For questions or access requests, please contact the maintainers via [Dell Support](https://www.dell.com/support/kbdoc/en-in/000188046/container-storage-interface-csi-drivers-and-container-storage-modules-csm-how-to-get-support). + # GOBRICK **Library for iSCSI/FC/NVMe volume connection** @@ -14,4 +30,4 @@ dev, err := connector.ConnectVolume(context.Background(), Target: "iqn.2015-10.com.dell:dellemc-array-fnm00185000782-b-5dc4fceb"}}}) err = connector.DisconnectVolumeByDeviceName(context.Background(), "dm-1") -``` +``` From ce85a793a173649d64306ccee1497fa16f699350 Mon Sep 17 00:00:00 2001 From: AnandatDell <105747555+anandrajak1@users.noreply.github.com> Date: Tue, 9 Sep 2025 16:44:16 -0400 Subject: [PATCH 2/5] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3a23098..16f6a6b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # :lock: **Important Notice** -Starting with the release of **Container Storage Modules v1.16.0**, this repository will transition to 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.
+Starting with the release of **Container Storage Modules v1.16.0**, this repository 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.
For existing customers using Dell’s Container Storage Modules, you will continue to receive: * **Ongoing Support & Community Engagement**
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. @@ -12,8 +12,8 @@ For existing customers using Dell’s Container Storage Modules, you will contin 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.
We deeply appreciate the contributions of the open source community and remain committed to supporting our customers through this transition.
-For questions or access requests, please contact the maintainers via [Dell Support](https://www.dell.com/support/kbdoc/en-in/000188046/container-storage-interface-csi-drivers-and-container-storage-modules-csm-how-to-get-support). - +For questions or access requests, please contact the maintainers via [Dell Support](https://www.dell.com/support/kbdoc/en-in/000188046/container-storage-interface-csi-drivers-and-container-storage-modules-csm-how-to-get-support). + # GOBRICK **Library for iSCSI/FC/NVMe volume connection** @@ -30,4 +30,5 @@ dev, err := connector.ConnectVolume(context.Background(), Target: "iqn.2015-10.com.dell:dellemc-array-fnm00185000782-b-5dc4fceb"}}}) err = connector.DisconnectVolumeByDeviceName(context.Background(), "dm-1") -``` + +``` From 16f8967ec9b75ef743a7107a8d70d0a805d19193 Mon Sep 17 00:00:00 2001 From: AnandatDell <105747555+anandrajak1@users.noreply.github.com> Date: Tue, 9 Sep 2025 16:47:43 -0400 Subject: [PATCH 3/5] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 16f6a6b..f7de897 100644 --- a/README.md +++ b/README.md @@ -30,5 +30,4 @@ dev, err := connector.ConnectVolume(context.Background(), Target: "iqn.2015-10.com.dell:dellemc-array-fnm00185000782-b-5dc4fceb"}}}) err = connector.DisconnectVolumeByDeviceName(context.Background(), "dm-1") - ``` From 4190813bf5993286ceb11358edab4d3cd457ebb7 Mon Sep 17 00:00:00 2001 From: khareRajshree Date: Wed, 10 Sep 2025 15:29:42 +0530 Subject: [PATCH 4/5] Update README with disclaimer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7de897..232f466 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ For existing customers using Dell’s Container Storage Modules, you will contin * **Continued Access to Current Open Source Version**
The current open-source version will remain available under its existing license for those who rely on it. -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.
+Moving to a Enterprise 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.
We deeply appreciate the contributions of the open source community and remain committed to supporting our customers through this transition.
For questions or access requests, please contact the maintainers via [Dell Support](https://www.dell.com/support/kbdoc/en-in/000188046/container-storage-interface-csi-drivers-and-container-storage-modules-csm-how-to-get-support). From 3b0efb3a8d4890f8572cd6eaba1610d34f2879d6 Mon Sep 17 00:00:00 2001 From: Rajshree Khare <69839943+khareRajshree@users.noreply.github.com> Date: Wed, 10 Sep 2025 15:52:56 +0530 Subject: [PATCH 5/5] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 232f466..1681f14 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ For existing customers using Dell’s Container Storage Modules, you will contin * **Continued Access to Current Open Source Version**
The current open-source version will remain available under its existing license for those who rely on it. -Moving to a Enterprise 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.
+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.
We deeply appreciate the contributions of the open source community and remain committed to supporting our customers through this transition.
For questions or access requests, please contact the maintainers via [Dell Support](https://www.dell.com/support/kbdoc/en-in/000188046/container-storage-interface-csi-drivers-and-container-storage-modules-csm-how-to-get-support). @@ -31,3 +31,4 @@ dev, err := connector.ConnectVolume(context.Background(), err = connector.DisconnectVolumeByDeviceName(context.Background(), "dm-1") ``` +