Automatically add device for QEMU guest agent #425

Closed
opened 2022-08-22 12:33:48 +00:00 by raucao · 1 comment
Owner

The guest agent needs additional config added for the service to start with our current setup:

<channel type="unix">
  <source mode="bind"/>
  <target type="virtio" name="org.qemu.guest_agent.0"/>
</channel>

We should find out how to automatically add this to new VMs, either via host config or in our script (or wherever else would be best practice).

The guest agent needs additional config added for the service to start with our current setup: ```xml <channel type="unix"> <source mode="bind"/> <target type="virtio" name="org.qemu.guest_agent.0"/> </channel> ``` We should find out how to automatically add this to new VMs, either via host config or in our script (or wherever else would be best practice).
raucao added the enhancement label 2022-08-23 13:02:59 +00:00
Author
Owner

This has been solved recently.

This has been solved recently.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kosmos/chef#425