-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
Suggestion: Include guest channel when appropriate?
Noticed from some testing that vm.xml.j2
differs to a virt-install --os_varient rhe7
in that the template does not include guest agent channel, where virt-install creates a domain definition which affectivly has:
<channel type='unix'>
<target type='virtio' name='org.qemu.guest_agent.0' state='connected'/>
</channel>
In addition, some virtio serial controller and channel options are not set.
Full example for virt-install
command:
virt-install --name test --memory 2048 --vcpus 4 --disk size=512 --network none --accelerate --location /var/lib/libvirt/boot/rhel7.6.iso --os-variant rhel7 --nographics --extra-args \"ks=cdrom:/ks.cfg console=tty0 console=ttyS0,115200n8\"
Tested on Red Hat 7.6.
Metadata
Metadata
Assignees
Labels
No labels