You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per https://www.flatcar.org/docs/latest/setup/customization/acpi/, images should include qemu-guest-agent which is enabled when org.qemu.guest_agent.0 virtio port is present. However, the flatcar_production_qemu_uefi_secure_image.img image for aarch64 does not contain it.
Impact
Guest automation depending on the guest agent does not work.
Environment and steps to reproduce
Run Flatcar from flatcar_production_qemu_uefi_secure_image.img for aarch64 archictecture. The version being tested is 4081.2.0. Use the following qemu args to add the virtio port:
Hi @sergey-cheperis and thanks for the report! Here's the fixing PR: flatcar/scripts#2490, I will discuss with Flatcar folks but there is a high chance to backport the fix on all channels (alpha, beta, stable and LTS).
A CI job is running to build the image, would you be able to test the ARM64 image to see if it brings the qemu-guest-agent ?
Description
Per https://www.flatcar.org/docs/latest/setup/customization/acpi/, images should include
qemu-guest-agent
which is enabled whenorg.qemu.guest_agent.0
virtio port is present. However, theflatcar_production_qemu_uefi_secure_image.img
image foraarch64
does not contain it.Impact
Guest automation depending on the guest agent does not work.
Environment and steps to reproduce
flatcar_production_qemu_uefi_secure_image.img
foraarch64
archictecture. The version being tested is 4081.2.0. Use the following qemu args to add the virtio port:ls -la /dev/virtio-ports/
shows theorg.qemu.guest_agent.0
port.which qemu-guest-agent
does not show anything, neither doespgrep qemu
.Expected behavior
A
qemu-guest-agent
executable exists and is started.The text was updated successfully, but these errors were encountered: