Library providing a virtualization API
https://libvirt.org/
Libvirt is a C toolkit to interact with the virtualization
capabilities of Linux. Virtualization of the Linux Operating System means
the ability to run multiple instances of Operating Systems concurrently
on a single hardware system where the basic resources are driven by a
Linux instance. The library aims to provide long term stable C API
to interact with Linux virtualization technologies.
- Devel package for openSUSE:Factory
-
19
derived packages
- Links to openSUSE:Factory / libvirt
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Virtualization/libvirt && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.packaging.txt | 0000000350 350 Bytes | |
_service | 0000000791 791 Bytes | |
baselibs.conf | 0000000098 98 Bytes | |
libvirt-10.8.0.tar.xz | 0009932320 9.47 MB | |
libvirt-rpmlintrc | 0000000189 189 Bytes | |
libvirt-supportconfig | 0000003429 3.35 KB | |
libvirt.changes | 0000234003 229 KB | |
libvirt.spec | 0000067137 65.6 KB | |
libvirtd-relocation-server.xml | 0000000224 224 Bytes | |
suse-qemu-domain-hook.py | 0000009555 9.33 KB |
Revision 1037 (latest revision is 1053)
buildservice-autocommit
accepted
request 1172820
from
James Fehlig (jfehlig)
(revision 1037)
baserev update by copy to link target
Comments 10
the package fails to build if gluster is enabled. I had to add
+%if %{with_storage_gluster} +BuildRequires: glusterfs-devel +%endif
to the spec file
When adding the initial gluster support to the spec file, I needed to check if the SUSE gluster package builds glusterfs-api-devel, but then forgot to do so :-(. I've checked now and see that we don't build that, so 'BuildRequires: glusterfs-devel >= 3.4.1' should be sufficient. I've made the change and committed it. Thanks for the reminder!
superb :) Will it be enabled by default now or do I need to retain my branch?
I suppose that is reasonable since it is enabled by default in the Factory qemu package. Maybe you can send a request to enable it :-)? Note I'll be on vacation for the next week and may be slow to respond.
done, I think - virgin at this OBS life Have a nice holiday and I also am away next week.
Would it be possible to provide zfs storage support for libvirtd (build time setting) and the needed libvirt-daemon-driver-storage-zfs package in the Virtualization repo ?
What package provides zfs support? A quick search via 'zypper se zfs' didn't turn up anything. The upstream libvirt spec file has
BuildRequires: /sbin/zfs BuildRequires: /sbin/zpool
What package provides those in openSUSE?
package
zfs
is inFileSystems
project. Actually I'm a little confused on the document of libvirt of SLES 15 SP3 (https://documentation.suse.com/sles/15-SP3/pdf/book-virtualization_color_en.pdf) mentioning zfs as an alternative pool backend, while this repo shows that zfs is disabled. Any ideas?As I wrote over 2 years ago, the zfs driver is disabled in libvirt because it was not clear to me which packages provide the build-time dependencies. Although even knowing them, I'm somewhat reluctant to enable that driver. I'm the only one maintaining libvirt and it is already difficult to keep up with all the other storage, network, hypervisor, node device, etc drivers.
If anything, I should send a doc PR to remove mention of zfs.
I finally got around to removing zfs from the doc but found it has already been done by this commit https://github.com/SUSE/doc-sle/commit/1a9f44f27eb4b44ef6087fb9a9d11ccfb9266232
It has not been backported to the SLE15 SP3 doc, but the SP4 doc will explicitly mention that zfs is not supported.