csi-powerstore

module
v2.15.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 3, 2025 License: Apache-2.0

README

CSI Driver for Dell PowerStore

Go Report Card License Docker Last Release

Repository for CSI Driver for Dell PowerStore

Description

CSI Driver for PowerStore is part of the CSM (Container Storage Modules) open-source suite of Kubernetes storage enablers for Dell products. CSI Driver for PowerStore is a Container Storage Interface (CSI) driver that provides support for provisioning persistent storage using Dell PowerStore 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

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

To build the source, execute make clean build.

To run unit tests, execute make test.

To build an image, execute make docker.

Runtime Dependencies

Both the Controller and the Node portions of the driver can only be run on nodes with network connectivity to a Dell PowerStore server (which is used by the driver).

If you want to use iSCSI as a transport protocol be sure that iscsi-initiator-utils package is installed on your node.

If you want to use FC be sure that zoning of Host Bus Adapters to the FC port directors was done.

If you want to use NFS be sure to enable it in myvalues.yaml or in your storage classes, and configure corresponding NAS servers on PowerStore.

If you want to use NVMe/TCP be sure that the nvme-cli package is installed on your node.

If you want to use NVMe/FC be sure that the NVMeFC zoning of the Host Bus Adapters to the Fibre Channel port is done.

Documentation

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

Directories

Path Synopsis
cmd
csi-powerstore command
semver command
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
pkg
array
Package array provides structs and methods for configuring connection to PowerStore array.
Package array provides structs and methods for configuring connection to PowerStore array.
controller
Package controller provides CSI specification compatible controller service.
Package controller provides CSI specification compatible controller service.
identifiers
Package identifiers provides common constants, variables and function used in both controller and node services.
Package identifiers provides common constants, variables and function used in both controller and node services.
identifiers/fs
Package fs provides wrappers for os/fs dependent operations.
Package fs provides wrappers for os/fs dependent operations.
identity
Package identity provides CSI specification compatible identity service.
Package identity provides CSI specification compatible identity service.
interceptors
Package interceptors contains custom unary gRPC interceptors.
Package interceptors contains custom unary gRPC interceptors.
node
Package node provides CSI specification compatible node service.
Package node provides CSI specification compatible node service.
service
Package service provides CSI specification compatible controller service.
Package service provides CSI specification compatible controller service.
tracer
Package tracer provides OpenTracing tracer implementation
Package tracer provides OpenTracing tracer implementation

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL