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

kubernetes csi for bare metal deployments, uses local storage

Results 11 csi-lvm issues
Sort by recently updated
recently updated
newest added

``` delete-pvc-0ca659b5-f472-4619-8ff7-c993d23fc800 csi-lvm-delete I0113 07:34:53.055746 1 main.go:40] starting csi-lvm-provisioner delete-pvc-0ca659b5-f472-4619-8ff7-c993d23fc800 csi-lvm-delete I0113 07:34:53.055916 1 deletelv.go:61] delete lv pvc-0ca659b5-f472-4619-8ff7-c993d23fc800 vg:csi-lvm dir:/tmp/csi-lvm block:false delete-pvc-0ca659b5-f472-4619-8ff7-c993d23fc800 csi-lvm-delete E0113 07:34:53.057827 1 deletelv.go:83] unable to umount...

such as ``` apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: csi-lvm parameters: fsType: ext4/xfs/btrfs mkfsOptions: xxxxx mountOptions: xxxxx provisioner: metal-stack.io/csi-lvm volumeBindingMode: WaitForFirstConsumer reclaimPolicy: Delete ```

Hi, as I can see here https://github.com/metal-stack/csi-lvm/blob/master/cmd/controller/controller.go#L229 provisioner pod always try to create logical volume in csi-lvm volume group, I think make sense to add ENV variable with volume group...

currently we differ in the README.md with the real manifests. One solution would be: https://github.com/campoy/embedmd

This will help identifying hardware issues and react accordingly. tainting is also done by the node-problem-detector. It might be possible to check how this guy is doing this.

By default lvm2 stores a copy of the metadata in /etc/lvm/backup, but this directory is ephemeral in our current setup. To solve this we must mount the hostpath `/etc/lvm/backup` to...

Would mitigate the trouble with missing `expand` livecylce support. http://man7.org/linux/man-pages/man7/lvmthin.7.html

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220907135653-1e95f45603a7 to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20220907135653-1e95f45603a7&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies