https://github.com/csi-addons/spec
Storage Provider extensions to the CSI Specification
https://github.com/csi-addons/spec
container-storage-interface storage
Last synced: 5 months ago
JSON representation
Storage Provider extensions to the CSI Specification
- Host: GitHub
- URL: https://github.com/csi-addons/spec
- Owner: csi-addons
- License: apache-2.0
- Created: 2021-01-29T06:40:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-16T11:18:06.000Z (over 1 year ago)
- Last Synced: 2025-01-16T12:52:02.506Z (over 1 year ago)
- Topics: container-storage-interface, storage
- Language: Makefile
- Homepage:
- Size: 182 KB
- Stars: 10
- Watchers: 9
- Forks: 20
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Container Storage Interface Addons
The CSI-Addons project hosts extensions to the [CSI specification][csi_spec]
that provide advanced storage operations.
## Network Fencing
The [Network Fencing](fence/README.md) specification provides a
mechanism that Storage Providers can implement to network-fence any
client using corresponding CIDR blocks.
## Reclaim Space
The [Reclaim Space](reclaimspace/README.md) specification defines an extension
to the CSI Specification that will enable storage vendors (SP) to develop
controllers/plugins that can free unused storage allocations from existing
volumes.
## Volume Replication
The [Volume Replication](replication/README.md) specification provides a
mechanism that Storage Providers can implement to support async-replication
which can be used for disaster recovery operations.
## Volume Group
The [Volume Group](volumegroup/README.md) specification provides a
standard that will enable storage vendors (SP) to develop
controllers/plugins for managing VolumeGroups.
[csi_spec]: https://github.com/container-storage-interface/spec