|
1 | | -<!-- |
2 | | -Copyright (c) 2021 Dell Inc., or its subsidiaries. All Rights Reserved. |
3 | | -
|
4 | | -Licensed under the Apache License, Version 2.0 (the "License"); |
5 | | -you may not use this file except in compliance with the License. |
6 | | -You may obtain a copy of the License at |
7 | | -
|
8 | | - http://www.apache.org/licenses/LICENSE-2.0 |
9 | | ---> |
10 | | - |
11 | | -# Dell Container Storage Modules (CSM) for Observability |
12 | | - |
13 | | -[](docs/CODE_OF_CONDUCT.md) |
14 | | -[](LICENSE) |
15 | | -[](https://github.com/dell/karavi-observability/releases/latest) |
16 | | - |
17 | | -CSM for Observability is part of the [CSM (Container Storage Modules)](https://github.com/dell/csm) open-source suite of Kubernetes storage enablers for Dell products. |
18 | | - |
19 | | -It is an OpenTelemetry agent that collects array-level metrics for Dell storage so they can be scraped into a Prometheus database. With CSM for Observability, you will gain visibility not only on the capacity of the volumes/file shares you manage with Dell CSI (Container Storage Interface) drivers but also their performance in terms of bandwidth, IOPS, and response time. |
20 | | - |
21 | | -Thanks to pre-packaged Grafana dashboards, you will be able to go through these metrics history and see the topology between a Kubernetes PV (Persistent Volume) and its translation as a LUN or file share in the backend array. This module also allows Kubernetes admins to collect array level metrics to check the overall capacity and performance directly from the Prometheus/Grafana tools rather than interfacing directly with the storage system itself. |
22 | | - |
23 | | -For documentation, please visit [Container Storage Modules documentation](https://dell.github.io/csm-docs/). |
24 | | - |
25 | | -## Table of Contents |
26 | | - |
27 | | -- [Code of Conduct](https://github.com/dell/csm/blob/main/docs/CODE_OF_CONDUCT.md) |
28 | | -- [Maintainer Guide](https://github.com/dell/csm/blob/main/docs/MAINTAINER_GUIDE.md) |
29 | | -- [Committer Guide](https://github.com/dell/csm/blob/main/docs/COMMITTER_GUIDE.md) |
30 | | -- [Contributing Guide](https://github.com/dell/csm/blob/main/docs/CONTRIBUTING.md) |
31 | | -- [List of Adopters](https://github.com/dell/csm/blob/main/docs/ADOPTERS.md) |
32 | | -- [Dell support](https://www.dell.com/support/incidents-online/en-us/contactus/product/container-storage-modules) |
33 | | -- [Security](https://github.com/dell/csm/blob/main/docs/SECURITY.md) |
34 | | -- [About](#about) |
35 | | - |
36 | | -## Versioning |
37 | | - |
38 | | -This project is adhering to [Semantic Versioning](https://semver.org/). |
39 | | - |
40 | | -## About |
41 | | - |
42 | | -Dell Container Storage Modules (CSM) is 100% open source and community-driven. All components are available |
43 | | -under [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0.html) on |
44 | | -GitHub. |
| 1 | +<!-- |
| 2 | +Copyright (c) 2021-2025 Dell Inc., or its subsidiaries. All Rights Reserved. |
| 3 | +
|
| 4 | +Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | +you may not use this file except in compliance with the License. |
| 6 | +You may obtain a copy of the License at |
| 7 | +
|
| 8 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | +--> |
| 10 | + |
| 11 | +# :lock: **Important Notice** |
| 12 | +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.<br> |
| 13 | +For existing customers using Dell’s Container Storage Modules, you will continue to receive: |
| 14 | +* **Ongoing Support & Community Engagement**<br> |
| 15 | + 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. |
| 16 | +* **Streamlined Deployment & Updates**<br> |
| 17 | + Deployment and update processes will remain consistent, ensuring a smooth and familiar experience. |
| 18 | +* **Access to Documentation & Resources**<br> |
| 19 | + All documentation and related materials will remain publicly accessible, providing transparency and technical guidance. |
| 20 | +* **Continued Access to Current Open Source Version**<br> |
| 21 | + The current open-source version will remain available under its existing license for those who rely on it. |
| 22 | + |
| 23 | +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.<br> |
| 24 | +We deeply appreciate the contributions of the open source community and remain committed to supporting our customers through this transition.<br> |
| 25 | + |
| 26 | +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). |
| 27 | + |
| 28 | +# Dell Container Storage Modules (CSM) for Observability |
| 29 | + |
| 30 | +[](docs/CODE_OF_CONDUCT.md) |
| 31 | +[](LICENSE) |
| 32 | +[](https://github.com/dell/karavi-observability/releases/latest) |
| 33 | + |
| 34 | +CSM for Observability is part of the [CSM (Container Storage Modules)](https://github.com/dell/csm) open-source suite of Kubernetes storage enablers for Dell products. |
| 35 | + |
| 36 | +It is an OpenTelemetry agent that collects array-level metrics for Dell storage so they can be scraped into a Prometheus database. With CSM for Observability, you will gain visibility not only on the capacity of the volumes/file shares you manage with Dell CSI (Container Storage Interface) drivers but also their performance in terms of bandwidth, IOPS, and response time. |
| 37 | + |
| 38 | +Thanks to pre-packaged Grafana dashboards, you will be able to go through these metrics history and see the topology between a Kubernetes PV (Persistent Volume) and its translation as a LUN or file share in the backend array. This module also allows Kubernetes admins to collect array level metrics to check the overall capacity and performance directly from the Prometheus/Grafana tools rather than interfacing directly with the storage system itself. |
| 39 | + |
| 40 | +For documentation, please visit [Container Storage Modules documentation](https://dell.github.io/csm-docs/). |
| 41 | + |
| 42 | +## Table of Contents |
| 43 | + |
| 44 | +- [Code of Conduct](https://github.com/dell/csm/blob/main/docs/CODE_OF_CONDUCT.md) |
| 45 | +- [Maintainer Guide](https://github.com/dell/csm/blob/main/docs/MAINTAINER_GUIDE.md) |
| 46 | +- [Committer Guide](https://github.com/dell/csm/blob/main/docs/COMMITTER_GUIDE.md) |
| 47 | +- [Contributing Guide](https://github.com/dell/csm/blob/main/docs/CONTRIBUTING.md) |
| 48 | +- [List of Adopters](https://github.com/dell/csm/blob/main/docs/ADOPTERS.md) |
| 49 | +- [Dell support](https://www.dell.com/support/incidents-online/en-us/contactus/product/container-storage-modules) |
| 50 | +- [Security](https://github.com/dell/csm/blob/main/docs/SECURITY.md) |
| 51 | +- [About](#about) |
| 52 | + |
| 53 | +## Versioning |
| 54 | + |
| 55 | +This project is adhering to [Semantic Versioning](https://semver.org/). |
| 56 | + |
| 57 | +## About |
| 58 | + |
| 59 | +Dell Container Storage Modules (CSM) is 100% open source and community-driven. All components are available |
| 60 | +under [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0.html) on |
| 61 | +GitHub. |
0 commit comments