Skip to content

Commit

Permalink
fix: qemu-guest-agent not starting in maintenance mode
Browse files Browse the repository at this point in the history
Allows qemu-ga to run under maintenance mode.

Signed-off-by: Miguel Angel Jaimes Linares <mlinaresjaimes@gmail.com>
Signed-off-by: Noel Georgi <git@frezbo.dev>
(cherry picked from commit 411dbc2)
  • Loading branch information
mlinares1998 authored and smira committed Jan 17, 2024
1 parent 1d12c19 commit c7fa3ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions guest-agents/qemu-guest-agent/qemu-guest-agent.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: qemu-guest-agent
depends:
- service: cri
- path: /system/run/machined/machine.sock
- path: /dev/virtio-ports/org.qemu.guest_agent.0
container:
Expand All @@ -20,7 +19,7 @@ container:
- bind
- ro
# State files.
- source: /var/run
- source: /system/run/qemu-guest-agent
destination: /var/run
type: bind
options:
Expand Down

0 comments on commit c7fa3ab

Please sign in to comment.