-
Notifications
You must be signed in to change notification settings - Fork 256
Add VDURA PanFS CSI driver to CSI drivers list #628
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
Conversation
|
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
|
|
Welcome @siarhei-beliakou! |
|
Hi @saad-ali @xing-yang, please check this PR |
|
Hi @saad-ali @xing-yang, please review this PR |
|
Hi @xing-yang @saad-ali |
|
Hi @xing-yang @saad-ali |
| [XSKY-FS](https://xsky-storage.github.io/xsky-csi-driver/csi-fs.html) | `csi.fs.xsky.com` | v1.0 | A Container Storage Interface (CSI) Driver for XEDP,XEUS,XUDS,XGFS,X3000,X5000 | Persistent | Read/Write Multiple Pods | Yes | Snapshot, Expansion | ||
| [Vault](https://github.com/kubevault/csi-driver) | `secrets.csi.kubevault.com` | v1.0 | A Container Storage Interface (CSI) Driver for mounting HashiCorp Vault secrets as volumes. | Ephemeral | N/A | N/A | | ||
| [VDA](https://virtual-disk-array.readthedocs.io/en/latest/Introduction.html) | `csi.vda.io` | v1.0 | An open source block storage system base on SPDK | Persistent | Read/Write Single Pod | N/A | | ||
| [VDURA PanFS](https://github.com/panasasinc/panfs-container-storage-interface-oss) | `com.vdura.csi.panfs` | v1.11+ | A Container Storage Interface (CSI) Driver for utilizing PanFS Storage System volumes in Kubernetes clusters | Persistent | Read/Write Multiple Pods | Yes | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Column 3 is for CSI driver version, not CSI spec version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, was confused by the column name "Compatible with CSI Version(s)". Will update
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dfgitcode, siarhei-beliakou The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
0484523 to
def1a46
Compare
The PanFS CSI Driver enables Kubernetes applications to utilize PanFS Storage System volumes as persistent storage. This driver allows containers in your Kubernetes cluster to request and mount PanFS volumes directly. The PanFS CSI Driver abstracts the integration process, presenting PanFS volumes as native Kubernetes storage resources for stateful workloads.