csi-driver-lvm icon indicating copy to clipboard operation
csi-driver-lvm copied to clipboard

Results 24 csi-driver-lvm issues
Sort by recently updated
recently updated
newest added

This PR fixes the usage of right APIs (`v1` VS `v1beta1`) and bumps versions of k8s.gcr.io/sig-storage images. This is necessary in order to work on k8s version 1.22.

Signed-off-by: ankitm123 Saw some panics when trying to run it locally, replaced the panic with error.

Update README.md file on storage classes name. The action of this commit is to update README.md file on storage classes name. The correct output of sc is: > NAME PROVISIONER...

Support for arm64 was missing due to the use of k8s-sigs images that predated being built cross-platform. The bump in images works on arm64, but only with the additional inclusion...

This commit adds a nodeSelector for the provisioner, and tolerations for the plugin and the provisioner. These are both configurable in the Helm values. ~~The current behavior defaults to tolerating...

Hey there, I'd like to suggest a feature. Are there any plans to add LVM-HA/ClusteredLVM support? That would be incredibly useful as it opens the csi up for many more...

I'm trying to run this in OpenShift 4.9 and am running into some issues due to the usage of v1beta1 APIs instead of v1. The helm chart was easy to...

Portrate logic from other analog LVM drivers to this repo https://github.com/aleofreddi/csi-sanlock-lvm/blob/master/conf/csi-sanlock-lvm-snapshotclass.yaml https://github.com/openebs/lvm-localpv/blob/master/pkg/driver/controller.go#L462