All Projects → dell → csi-powermax

dell / csi-powermax

Licence: Apache-2.0 license
CSI Driver for Dell PowerMax

Programming Languages

go
31211 projects - #10 most used programming language
Gherkin
971 projects
shell
77523 projects

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. CSI Driver for PowerMax is a Container Storage Interface (CSI) driver that provides support for provisioning persistent storage using Dell PowerMax storage array.

It supports CSI specification version 1.5.

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 CSI driver issues, questions or feedback, please follow our support process

Building

This project is a Go module (see golang.org Module information for explanation). The dependencies for this project are in the go.mod file.

To build the source, execute make clean 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

Both the Controller and the Node portions of the driver can only be run on nodes which have network connectivity to a “Unisphere for PowerMax” server (which is used by the driver).

If you are using ISCSI, then the Node portion of the driver can only be run on nodes that have the iscsi-initiator-utils package installed.

Driver Installation

Please consult the Installation Guide

Using Driver

Please refer to the section Testing Drivers in the Documentation for more info.

Documentation

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].