action #133856
closedAdjust nested_vm.pm for the removal of libvirtd
Description
Motivation¶
the libvirtd.service is no longer supposed to be used (see this yast change for reference:
https://build.opensuse.org/request/show/1086174
+- The libvirtd daemon is deprecated and is going away.
The relevant openQA tests I could identify on Tumbleweed that interact in one way or another with libvirtd are:
https://openqa.opensuse.org/tests/3281532 upgrade_Leap_15.2_with_service_check
https://openqa.opensuse.org/tests/3281533 upgrade_Leap_15.2_with_service_check_nested_vm_down
We need investigate to find the solution to make nested_vm.pm work even without libvirtd.
Acceptance criteria¶
AC1: Adjust nested_vm.pm for the removal of libvirtd
Updated by leli over 1 year ago
- Status changed from New to Workable
- Priority changed from Normal to Urgent
- Target version set to Current
Updated by zoecao over 1 year ago
- Status changed from Workable to In Progress
- Assignee set to zoecao
Updated by zoecao over 1 year ago
Update status here:
These are the latest failures in openqa:
https://openqa.opensuse.org/tests/3526703#step/nested_vm#1/5 upgrade_Leap_15.2_with_service_check
https://openqa.opensuse.org/tests/3526644#step/nested_vm#1/5 upgrade_Leap_15.2_with_service_check_nested_vm_down
Checked the bug bsc#1209105, the libvirtd service is replaced by virtqemud.{socket,service}.
And I fresh installed Tumbleweed-snapshot20230821, checked the related service by:
zypper in -t pattern kvm_server kvm_tools
stemctl status virtqemud.service
systemctl status virtqemud.socket
The services are disabled by default after installation, need to enable them.
Created a PR and will run vr for it.
Updated by zoecao over 1 year ago
PR for this ticket:
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/17663
Updated by zoecao over 1 year ago
- Status changed from In Progress to Resolved
The PR is merged, so close here, thanks.