canonical / packer-maas

Packer templates to create MAAS deployable images
Other
258 stars 158 forks source link

Work around empty eui64 from esxcli command #215

Closed alanbach closed 3 months ago

alanbach commented 3 months ago

We have now seen this happening randomly between NVME disks from different vendors, where:

esxcli nvme device get -A <vmhba-name>

Returns an empty value. Implemented a workaround to fall back to serial numbers to avoid data store creation failures.

This is a spotty behavior from vendor to vendor.