Currently, Windows 11 fails to respond to podman-compose --file /path/to/compose.yaml stop. An ACPI shutdown request is sent to Windows 11, but it fails to react.
Describe the solution you'd like.
It may be beneficial to modify the unattend XML such that QEMU Guest Agent is automatically installed and configured when creating a new Windows container/VM. This may help in resolving the issues with Windows ignoring ACPI shutdown commands.
Describe alternatives you've considered.
I haven't explored other solutions yet. If anyone has additional suggestions, I’d be eager to hear them.
Is your proposal related to a problem?
Currently, Windows 11 fails to respond to
podman-compose --file /path/to/compose.yaml stop
. An ACPI shutdown request is sent to Windows 11, but it fails to react.Describe the solution you'd like.
It may be beneficial to modify the unattend XML such that
QEMU Guest Agent
is automatically installed and configured when creating a new Windows container/VM. This may help in resolving the issues with Windows ignoring ACPI shutdown commands.Describe alternatives you've considered.
I haven't explored other solutions yet. If anyone has additional suggestions, I’d be eager to hear them.
Additional context
podman-compose --file /path/to/compose.yaml stop
WORKS (i.e. initiates a graceful shutdown) following manual installation ofVirtIO
drivers andQEMU Guest Agent
from https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/latest-virtio/virtio-win.iso.