fog / fog-vsphere

Fog for vSphere
MIT License
36 stars 63 forks source link

Fixes #201 - added disks on vm cloning #202

Closed ezr-ondrej closed 5 years ago

ezr-ondrej commented 5 years ago

If more disks are specified and their placement is on storagePod, cloning fails. This is a partial fix though, because now if storagePod is specified, it places all the disks on that pod, no matter what the disks have specified. It will clone the machine successfuly though.

chris1984 commented 5 years ago

This will also allow me to add another unit test to the image testing for regression tests ;)

chris1984 commented 5 years ago

Thanks @ezr-ondrej