Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We don't need to start any special qemu service on sles15 sp4,5,6 #1752

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions backend_modules/libvirt/host/user_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,6 @@ runcmd:
%{ else }
- "zypper -n in avahi nss-mdns qemu-guest-agent"
%{ endif }
# WORKAROUND: cloud-init in SLES 15 SP4 does not take care of the following
- "systemctl start 'qemu-ga@virtio\\x2dports-org.qemu.guest_agent.0'"
%{ endif }

%{ if image == "sles15sp5o" }
Expand All @@ -276,9 +274,6 @@ runcmd:
%{ else }
- "zypper -n in avahi nss-mdns qemu-guest-agent"
%{ endif }
# WORKAROUND: cloud-init in SLES 15 SP5 does not take care of the following
# TODO: Check!
- "systemctl start 'qemu-ga@virtio\\x2dports-org.qemu.guest_agent.0'"
%{ endif }

%{ if image == "sles15sp6o" }
Expand All @@ -301,9 +296,6 @@ runcmd:
%{ else }
- "zypper -n in avahi nss-mdns qemu-guest-agent"
%{ endif }
# WORKAROUND: cloud-init in SLES 15 SP6 does not take care of the following
# TODO: Check!
- "systemctl start 'qemu-ga@virtio\\x2dports-org.qemu.guest_agent.0'"
%{ endif }

%{ if image == "slemicro55o" }
Expand Down
Loading