Skip to content

dell/csi-powerscale

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
October 13, 2023 08:14
October 13, 2023 08:14
December 4, 2019 14:35
March 22, 2021 11:41
November 2, 2023 06:08
November 14, 2023 08:36
December 6, 2023 08:08
December 6, 2023 08:08
November 14, 2023 08:36

CSI Driver for Dell EMC PowerScale

Go Report Card License Docker Last Release

Repository for CSI Driver for Dell EMC PowerScale

Description

CSI Driver for PowerScale is part of the CSM (Container Storage Modules) open-source suite of Kubernetes storage enablers for Dell Technology (Dell) products. CSI Driver for PowerScale is a Container Storage Interface (CSI) driver that provides support for provisioning persistent storage using Dell PowerScale storage array.

It supports CSI specification version 1.6.

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 a podman based image, execute make podman-build.

You can run an integration test on a Linux system by populating the env files at test/integration/ with values for your Dell EMC PowerScale 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 “PowerScale Cluster” (which is used by the driver).

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.