start all libvirtd services after installing libvirt-daemon-kvm
https://lists.corp.redhat.com/archives/osci-list/2023-June/001238.html Signed-off-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
parent
552929e8d3
commit
a7a1117b6b
@ -6,8 +6,12 @@ set -x
|
|||||||
# virt-v2v is extensively tested on real guests by the QE
|
# virt-v2v is extensively tested on real guests by the QE
|
||||||
# team using a mix of automated and manual testing.
|
# team using a mix of automated and manual testing.
|
||||||
|
|
||||||
# Fix libvirt.
|
# The various services exposed by the modular libvirt daemons are not
|
||||||
systemctl restart libvirtd
|
# immediately available / running after installing their packages (via the
|
||||||
|
# "libvirt-daemon-kvm" metapackage); we need to start them manually. The
|
||||||
|
# simplest command for starting them all is the one below, from
|
||||||
|
# <https://lists.corp.redhat.com/archives/osci-list/2023-June/001238.html>.
|
||||||
|
systemctl isolate multi-user.target
|
||||||
|
|
||||||
virt-builder -vx fedora-30
|
virt-builder -vx fedora-30
|
||||||
virt-v2v -vx -i disk fedora-30.img -o null
|
virt-v2v -vx -i disk fedora-30.img -o null
|
||||||
|
Loading…
Reference in New Issue
Block a user