fog / fog-vsphere

Fog for vSphere
MIT License
36 stars 63 forks source link

fix adding 8th volume to vm (fixes #146) #163

Closed scambra closed 6 years ago

scambra commented 6 years ago

Don't increment unit_number if 7 or higher, volume won't be found, set_unit_number already avoids setting unit_number to 7.

chris1984 commented 6 years ago

Thanks @scambra