https://github.com/dell/cosi
COSI Driver for Dell ObjectScale
https://github.com/dell/cosi
Last synced: 8 months ago
JSON representation
COSI Driver for Dell ObjectScale
- Host: GitHub
- URL: https://github.com/dell/cosi
- Owner: dell
- License: apache-2.0
- Created: 2022-12-14T14:19:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T17:46:45.000Z (about 1 year ago)
- Last Synced: 2024-10-22T08:19:45.663Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 15.6 MB
- Stars: 11
- Watchers: 14
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# COSI Driver
**Repository for COSI Driver for Dell Container Storage Modules**
## Description
COSI Driver is part of the [CSM (Container Storage Modules)](https://github.com/dell/csm) open-source suite of Kubernetes storage enablers for Dell products. COSI Driver is a Container Object Storage Interface (COSI) driver that provides support for provisioning persistent storage using Dell storage array.
This project may be compiled as a stand-alone binary using Golang that, when run, provides a valid COSI endpoint. It also can be used as a precompiled container image.
## Table of Contents
* [Code of Conduct](https://github.com/dell/csm/blob/main/docs/CODE_OF_CONDUCT.md)
* [Maintainer Guide](https://github.com/dell/csm/blob/main/docs/MAINTAINER_GUIDE.md)
* [Committer Guide](https://github.com/dell/csm/blob/main/docs/COMMITTER_GUIDE.md)
* [Contributing Guide](https://github.com/dell/csm/blob/main/docs/CONTRIBUTING.md)
* [List of Adopters](https://github.com/dell/csm/blob/main/docs/ADOPTERS.md)
* [Support](#support)
* [Security](https://github.com/dell/csm/blob/main/docs/SECURITY.md)
* [Building](#building)
* [Runtime Dependecies](#runtime-dependencies)
* [Driver Installation](#driver-installation)
* [Using Driver](#using-driver)
* [Documentation](#documentation)
## Support
For any COSI driver issues, questions or feedback, please follow our [support process](https://github.com/dell/csm/blob/main/docs/SUPPORT.md)
## 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 build`.
To build an image, execute `make podman`.
To run unit tests, execute `make unit-test`.
Default parameters for building an image are defined in overrides.mk. Run `make -f overrides.mk overrides-help` to display current values.
## Driver Installation
Please consult the [Installation Guide](https://dell.github.io/csm-docs/docs/cosidriver/installation)
## Documentation
For more detailed information on the driver, please refer to [Container Storage Modules documentation](https://dell.github.io/csm-docs/).
*NOTICE*: the COSI driver code is linted with the phenomenal `golangci-lint`. For a detailed list
of the linters used and their configuration, please refer to the `.golangci.yml` in the root of the project.