redhat-nfvpe / ansible-role-vm-spinup

Sets up a virtualization host and spins up libvirt VMs for labs
Apache License 2.0
3 stars 7 forks source link

Make attached disk persistent #31

Closed leifmadsen closed 6 years ago

leifmadsen commented 6 years ago

When rebooting a domain with the attached disk, the disk is not persistent, and thus not reattached on reboot. Adds a flag to the disk attachment phase that should allow the disk to be reattached when the domain reboots.

Closes #29