{"id":20110695,"url":"https://github.com/dell/csi-powerstore","last_synced_at":"2025-05-16T09:00:23.788Z","repository":{"id":37100982,"uuid":"261718802","full_name":"dell/csi-powerstore","owner":"dell","description":"CSI Driver for Dell PowerStore","archived":false,"fork":false,"pushed_at":"2025-05-12T13:06:17.000Z","size":2792,"stargazers_count":43,"open_issues_count":2,"forks_count":23,"subscribers_count":22,"default_branch":"main","last_synced_at":"2025-05-12T13:31:31.070Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-05-06T09:57:02.000Z","updated_at":"2025-05-12T13:06:19.000Z","dependencies_parsed_at":"2023-10-19T10:25:28.650Z","dependency_job_id":"d357b223-5d51-4aff-bb55-4cc63cfc997a","html_url":"https://github.com/dell/csi-powerstore","commit_stats":{"total_commits":386,"total_committers":55,"mean_commits":"7.0181818181818185","dds":0.8575129533678756,"last_synced_commit":"76e2cb671bd3cb28aa860e9057649d1d911e1deb"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dell%2Fcsi-powerstore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dell%2Fcsi-powerstore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dell%2Fcsi-powerstore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dell%2Fcsi-powerstore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dell","download_url":"https://codeload.github.com/dell/csi-powerstore/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254501547,"owners_count":22081526,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T18:13:23.972Z","updated_at":"2025-05-16T09:00:23.661Z","avatar_url":"https://github.com/dell.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSI Driver for Dell PowerStore\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/dell/csi-powerstore?style=flat-square)](https://goreportcard.com/report/github.com/dell/csi-powerstore)\n[![License](https://img.shields.io/github/license/dell/csi-powerstore?style=flat-square\u0026color=blue\u0026label=License)](https://github.com/dell/csi-powerstore/blob/master/LICENSE)\n[![Docker](https://img.shields.io/docker/pulls/dellemc/csi-powerstore.svg?logo=docker\u0026style=flat-square\u0026label=Pulls)](https://hub.docker.com/r/dellemc/csi-powerstore)\n[![Last Release](https://img.shields.io/github/v/release/dell/csi-powerstore?label=Latest\u0026style=flat-square\u0026logo=go)](https://github.com/dell/csi-powerstore/releases)\n\n**Repository for CSI Driver for Dell PowerStore**\n\n## Description\nCSI Driver for PowerStore is part of the [CSM (Container Storage Modules)](https://github.com/dell/csm) 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. \n\nThis 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.\n\n## Table of Contents\n\n* [Code of Conduct](https://github.com/dell/csm/blob/main/docs/CODE_OF_CONDUCT.md)\n* [Maintainer Guide](https://github.com/dell/csm/blob/main/docs/MAINTAINER_GUIDE.md)\n* [Committer Guide](https://github.com/dell/csm/blob/main/docs/COMMITTER_GUIDE.md)\n* [Contributing Guide](https://github.com/dell/csm/blob/main/docs/CONTRIBUTING.md)\n* [List of Adopters](https://github.com/dell/csm/blob/main/docs/ADOPTERS.md)\n* [Support](#support)\n* [Security](https://github.com/dell/csm/blob/main/docs/SECURITY.md)\n* [Building](#building)\n* [Runtime Dependecies](#runtime-dependencies)\n* [Documentation](#documentation)\n\n## Support\nFor any CSI driver issues, questions or feedback, please follow our [support process](https://github.com/dell/csm/blob/main/docs/SUPPORT.md)\n\n## Building\nThis project is a Go module (see golang.org Module information for explanation).\nThe dependencies for this project are listed in the go.mod file.\n\nTo build the source, execute `make clean build`.\n\nTo run unit tests, execute `make test`.\n\nTo build an image, execute `make docker`.\n\n## Runtime Dependencies\n\nBoth 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). \n\nIf you want to use iSCSI as a transport protocol be sure that `iscsi-initiator-utils` package is installed on your node. \n\nIf you want to use FC be sure that zoning of Host Bus Adapters to the FC port directors was done. \n\nIf 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.\n\nIf you want to use NVMe/TCP be sure that the `nvme-cli` package is installed on your node.\n\nIf you want to use NVMe/FC be sure that the NVMeFC zoning of the Host Bus Adapters to the Fibre Channel port is done.\n\n## Documentation\nFor more detailed information on the driver, please refer to [Container Storage Modules documentation](https://dell.github.io/csm-docs/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdell%2Fcsi-powerstore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdell%2Fcsi-powerstore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdell%2Fcsi-powerstore/lists"}