Try starting libvirtd
related: rhbz#1682780 (cherry picked from commit 5e64d51c94eb985be4aabf14d32f6738192cfd42)
This commit is contained in:
parent
453a41f698
commit
46e7e79a0f
@ -2,6 +2,10 @@
|
||||
set -e
|
||||
set -x
|
||||
|
||||
# We need to start libvirtd, see:
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1682780#c8
|
||||
systemctl start libvirtd ||:
|
||||
|
||||
# I'd like to use the test:/// driver but it doesn't support the right
|
||||
# APIs.
|
||||
virt-top --stream -d 1 -n 3 --debug /dev/stdout
|
||||
|
Loading…
Reference in New Issue
Block a user