Skip to content

dell/csi-powermax

Repository files navigation

CSI Driver for Dell PowerMax

Go Report Card License Docker Last Release

Repository for CSI Driver for Dell PowerMax

Description

CSI Driver for PowerMax is part of the CSM (Container Storage Modules) 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

Support

For any issues, questions or feedback, please contact Dell support.

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

Documentation

For more detailed information on the driver, please refer to Container Storage Modules documentation.