diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-04-03 07:48:41 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:41:00 -0500 |
commit | 82cf6dd0a363f3acee08ec7cf56897bb274eccc4 (patch) | |
tree | 246b0baab29ebd7122e26059de75d23512c4b1df /libraries/libvirt/README | |
parent | 057b0b7f19d4fbbf5f0ebc5302b0f3040dcf488e (diff) |
libraries/libvirt: Updated for version 7.2.0, switch to meson.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/libvirt/README')
-rw-r--r-- | libraries/libvirt/README | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/libraries/libvirt/README b/libraries/libvirt/README index 865d1a545dde5..471c913f8effd 100644 --- a/libraries/libvirt/README +++ b/libraries/libvirt/README @@ -47,7 +47,21 @@ Have a look at the commented part of rc.libvirt for some gotchas. netcat-openbsd is an optional dependency (needed if you want to connect from a remote host using virt-manager). Other optional dependencies include avahi, xen, audit, glusterfs, -and numactl. +numactl, open-iscsi and libiscsi. As of the 4.5.0 version, you may have to remove any previously installed versions of libvirt before this will build. + +Note also that sometimes, in consequence of a major-version upgrade, +you might discover that the libvirt configuration is in an inconsistent +state (machine networking broken and so on) and when this happens you +might want to consider starting from a clean state. To do this: +- backup the existing vms files and their configurations too (with + "virsh dumpxml $name > ${name}.xml) +- remove libvirt +- delete all the system directories (/var/lib/libvirt, /var/log/libvirt, + /etc/libvirt) +- install the new libvirt package, logout and login again (might help) + and start the daemon +- recreate your configurations (network and so on) +- reimport the vms xml backups (with "virsh define ${name}.xml") |