how about to set hw_qemu_guest_agent = yes as default on images that come with the image manager?
The background is that this is a required setting on the source image if a cloud has a rescue image which works with volume backed vms and is required to set a root password if no network connectivity might be present for some reason.
In addition to that if someone opts in to install qemu-quest-agent on a VM (for whatever reason) at a later stage it wont work because the virtio-ports in /dev are missing without this option.
Not sure about the security implications here. Just an idea
Hi all,
how about to set hw_qemu_guest_agent = yes as default on images that come with the image manager?
The background is that this is a required setting on the source image if a cloud has a rescue image which works with volume backed vms and is required to set a root password if no network connectivity might be present for some reason.
In addition to that if someone opts in to install qemu-quest-agent on a VM (for whatever reason) at a later stage it wont work because the virtio-ports in /dev are missing without this option.
Not sure about the security implications here. Just an idea