metal-stack / csi-driver-lvm

MIT License
121 stars 26 forks source link

Update provisioner to 1.6, implement ResourceExhausted #9

Closed mwennrich closed 4 years ago

mwennrich commented 4 years ago

https://github.com/kubernetes-csi/external-provisioner/blob/release-1.6/CHANGELOG-1.6.md

If a CSI driver returns ResourceExhausted for CreateVolume, supports topology, and the StorageClass.volumeBindingMode is WaitForFirstConsumer, then the pod will be rescheduled. This may then result in a CreateVolume retry with a different topology. (#405, @pohly)