UpCloudLtd / upcloud-csi

Container Storage Interface (CSI) driver for UpCloud's MaxIOPS storage offering
MIT License
13 stars 0 forks source link

fix(driver): use udevadm only if available #63

Closed peknur closed 1 year ago

peknur commented 1 year ago

Currently udevadm is missing from our images . Running it inside container is not that straight forward or at least it should be investigated more. For now, use it only if is available. Our getBlockDeviceByDiskID still tries to wait udevDiskTimeout seconds to disk to appear after attaching.