https://github.com/dell/csi-powermax
CSI Driver for Dell PowerMax
https://github.com/dell/csi-powermax
Last synced: 9 months ago
JSON representation
CSI Driver for Dell PowerMax
- Host: GitHub
- URL: https://github.com/dell/csi-powermax
- Owner: dell
- License: apache-2.0
- Created: 2019-05-28T13:18:47.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T17:24:20.000Z (about 1 year ago)
- Last Synced: 2024-10-24T01:11:45.613Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 2.87 MB
- Stars: 28
- Watchers: 19
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# CSI Driver for Dell PowerMax
[](https://goreportcard.com/report/github.com/dell/csi-powermax)
[](https://github.com/dell/csi-powermax/blob/main/LICENSE)
[](https://hub.docker.com/r/dellemc/csi-powermax)
[](https://github.com/dell/csi-powermax/releases)
**Repository for CSI Driver for Dell PowerMax**
## Description
CSI Driver for PowerMax is part of the [CSM (Container Storage Modules)](https://github.com/dell/csm) open-source suite of Kubernetes storage enablers for Dell products. The CSI Driver for PowerMax is a Container Storage Interface (CSI) driver that provides support for provisioning persistent storage using Dell PowerMax storage array.
This project may be compiled as a stand-alone binary using Golang that, when run, provides a valid CSI endpoint. It also can be used as a precompiled container image.
## Table of Contents
* [Code of Conduct](https://github.com/dell/csm/blob/main/docs/CODE_OF_CONDUCT.md)
* [Maintainer Guide](https://github.com/dell/csm/blob/main/docs/MAINTAINER_GUIDE.md)
* [Committer Guide](https://github.com/dell/csm/blob/main/docs/COMMITTER_GUIDE.md)
* [Contributing Guide](https://github.com/dell/csm/blob/main/docs/CONTRIBUTING.md)
* [List of Adopters](https://github.com/dell/csm/blob/main/docs/ADOPTERS.md)
* [Support](#support)
* [Security](https://github.com/dell/csm/blob/main/docs/SECURITY.md)
* [Building](#building)
* [Runtime Dependecies](#runtime-dependencies)
* [Driver Installation](#driver-installation)
* [Using Driver](#using-driver)
* [Documentation](#documentation)
## Support
For any CSI driver issues, questions or feedback, please follow our [support process](https://github.com/dell/csm/blob/main/docs/SUPPORT.md)
## Building
To build the source, execute `make build`.
To run unit tests, execute `make unit-test`.
To build an image, execute `make docker`.
You can run an integration test on a Linux system by populating the file `env.sh` with values for your Dell PowerMax systems and then run "`make integration-test`".
## Runtime Dependencies
For a complete list of dependencies, please visit [Prerequisites](https://dell.github.io/csm-docs/docs/deployment/helm/drivers/installation/powermax/#prerequisites)
## Driver Installation
Please consult the [Installation Guide](https://dell.github.io/csm-docs/docs/deployment/)
## Using Driver
Please refer to the section `Testing Drivers` in the [Documentation](https://dell.github.io/csm-docs/docs/csidriver/test/) for more info.
## Documentation
For more detailed information on the driver, please refer to [Container Storage Modules documentation](https://dell.github.io/csm-docs/).