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

some customers may want to encrypt their data with a self provided key. The CSI spec provides interfaces for secrets per storage class and per volume: https://kubernetes-csi.github.io/docs/secrets-and-credentials-storage-class.html With this secret,...

enhancement

Identify and group disk not only by device pattern but also by type of the disk(ssd,hdd,nvme). So we can use disks with similar type in one LVM volume group. We...

It will be nice to add support of multiple filesystems. Filesystem type can be specified in StorageClass, the same way as LVM type. Filesystem operations can be grouped in some...

enhancement

Hi Team, When reading the [Dockerfile](https://github.com/metal-stack/csi-driver-lvm/blob/master/Dockerfile), I found that `lvm2-extra` and `e2fsprogs-extra` are required as dependency. I can see they are all installed by apk, but these packages are not...

replaces #95 requires: https://github.com/metal-stack/helm-charts/pull/83

With this error: ``` Warning FailedCreate 12m (x56 over 10h) statefulset-controller create Pod csi-driver-lvm-controller-0 in StatefulSet csi-driver-lvm-controller failed error: pods "csi-driver-lvm-controller-0" is forbidden: violates PodSecurity "rest ricted:latest": privileged (containers "csi-attacher",...

Hi, I'm trying to install using this tool using the command in README.md but the command fails. I'm new to Helm so it may be a problem on my side....

Enable storage capacity tracking as per the CSI documentation: https://kubernetes-csi.github.io/docs/storage-capacity-tracking.html While using this CSI driver in-cluster, I hit issues where pods would be attempted to be scheduled on nodes that...

I realized that I created a volume far too small for my needs. I created a second one and added to the `devicePattern` option from the Helm chart. However, it...

This PR introduces: - Deactivation of volume after lvcreate - Activation of volume before usage - Deactivation of volume after usage - sync+lvscan before every lvm operation This is first...