Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update OpenEBS Drivers and remove cStor #615

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion book/src/drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ Name | CSI Driver Name | Compatible with CSI Version(s) | Description | Persiste
[NFS](https://github.com/kubernetes-csi/csi-driver-nfs) | `nfs.csi.k8s.io` | v1.0 | This driver allows Kubernetes to access NFS server on Linux node. | Persistent | Read/Write Multiple Pods | Yes |
[NGX Storage Block Storage](https://github.com/NGXStorage/iscsi-csi-ngxstorage-driver) | `iscsi.csi.ngxstorage.com` | v1.8.0 | A Container Storage Interface (CSI) Driver for NGXStorage over iSCSI protocol | Persistent | Read/Write Single Pod | Yes | Raw Block, Expansion, Snapshot
[Nutanix](https://github.com/nutanix/csi-plugin) | `csi.nutanix.com` | v0.3, v1.0, v1.2 | A Container Storage Interface (CSI) Driver for Nutanix | Persistent | "Read/Write Single Pod" with Nutanix Volumes and "Read/Write Multiple Pods" with Nutanix Files | Yes | Raw Block, Snapshot, Expansion, Cloning
[OpenEBS](https://github.com/openebs/csi)| `cstor.csi.openebs.io` | v1.0 | A Container Storage Interface (CSI) Driver for [OpenEBS](https://www.openebs.io/)| Persistent | Read/Write Single Pod | Yes | Expansion, Snapshot, Cloning
[OpenEBS Mayastor](https://github.com/openebs/mayastor)| `io.openebs.csi-mayastor` | v1.5 | A Container Storage Interface (CSI) Driver for [Replicated Mayastor Engine](https://openebs.io/docs/user-guides/replicated-storage-user-guide/replicated-pv-mayastor/rs-installation)| Persistent | Read/Write Single Pod | Yes | Raw Block, Expansion, Snapshot, Cloning
[OpenEBS Local PV LVM ](https://github.com/openebs/lvm-localpv)| `local.csi.openebs.io` | v1.2 | A Container Storage Interface (CSI) Driver for [Local PV LVM Engine](https://openebs.io/docs/user-guides/local-storage-user-guide/local-pv-lvm/lvm-installation)|Persistent | Read/Write Single Pod | Yes | Raw Block, Expansion, Snapshot
[OpenEBS Local PV ZFS](https://github.com/openebs/zfs-localpv)| `zfs.csi.openebs.io` | v1.2 | A Container Storage Interface (CSI) Driver for [Local PV ZFS Engine](https://openebs.io/docs/user-guides/local-storage-user-guide/local-pv-zfs/zfs-installation)| Persistent | Read/Write Single Pod | Yes | Raw Block, Expansion, Snapshot, Cloning
[Open-E](https://github.com/open-e/JovianDSS-KubernetesCSI) | `com.open-e.joviandss.csi` | v1.0 | A Container Storage Interface (CSI) Driver for Open-E JovianDSS Storage | Persistent | Read/Write Single Pod | Yes | Snapshot, Cloning
[Open-Local](https://github.com/alibaba/open-local) | `local.csi.alibaba.com` | v1.0 | A Container Storage Interface (CSI) Driver for Local Storage | Persistent | Read/Write Single Pod | Yes | Raw Block, Expansion, Snapshot
[Oracle Cloud Infrastructure(OCI) Block Storage](https://github.com/oracle/oci-cloud-controller-manager/blob/master/container-storage-interface.md) | `blockvolume.csi.oraclecloud.com` | v1.1 | A Container Storage Interface (CSI) Driver for Oracle Cloud Infrastructure (OCI) Block Storage | Persistent | Read/Write Single Pod | Yes | Snapshot, Expansion, Cloning, Topology
Expand Down