-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Ubuntu 20.04: restart libvirtd instead of libvirt-bin #4301
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
Ubuntu 20.04: restart libvirtd instead of libvirt-bin #4301
Conversation
|
Changes LGTM |
|
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✖centos7 ✔centos8 ✔debian. JID-1867 |
|
@blueorangutan package |
|
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
davidjumani
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
Packaging result: ✖centos7 ✖centos8 ✖debian. JID-1875 |
|
@blueorangutan package |
|
@Pearl1594 a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos7 ✔centos8 ✖debian. JID-1877 |
|
@blueorangutan package |
|
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos7 ✔centos8 ✔debian. JID-1878 |
|
Manually kicked smoketests against Ubuntu 18.04 (mgmt server + kvm host) |
GabrielBrascher
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM
|
Verified manually lgtm |
Description
libvirt-bin does not exist any more in Ubuntu 20.04, restart libvirtd instead of libvirt-bin after configuration when add a host.
in summary:
ubuntu 16.04: libvirt-bin
ubuntu 18.04: libvirt-bin and libvirtd (they are same)
ubuntu 20.04: libvirtd
Types of changes
Screenshots (if appropriate):
How Has This Been Tested?