search for: l893

Displaying 4 results from an estimated 4 matches for "l893".

Did you mean: 893
2020 Jan 10
2
Re: [PATCH Fedora libguestfs] Don't depend on libvirt-daemon-kvm monolith.
...ld to open a libvirt domain, and the disks are specified as volumes in a local fs pool: libguestfs then gets the actual paths of the volumes. See filename_from_pool() in lib/libvirt-domain.c: https://github.com/libguestfs/libguestfs/blob/c9543de73d264943fef88f5e53403bbe32917b01/lib/libvirt-domain.c#L893 -- Pino Toscano
2020 Jan 10
1
Re: [PATCH Fedora libguestfs] Don't depend on libvirt-daemon-kvm monolith.
...ks > > are specified as volumes in a local fs pool: libguestfs then gets the > > actual paths of the volumes. > > See filename_from_pool() in lib/libvirt-domain.c: > > https://github.com/libguestfs/libguestfs/blob/c9543de73d264943fef88f5e53403bbe32917b01/lib/libvirt-domain.c#L893 > > Ok, for that you will need storage pools, however, if there really is > such a domain present on the host, you can reasonably assume that the > user has already installed the libvirt storage pool driver. So libguestfs > itself can avoid the storage driver dep. Considering we su...
2020 Jan 10
0
Re: [PATCH Fedora libguestfs] Don't depend on libvirt-daemon-kvm monolith.
...domain, and the disks > are specified as volumes in a local fs pool: libguestfs then gets the > actual paths of the volumes. > See filename_from_pool() in lib/libvirt-domain.c: > https://github.com/libguestfs/libguestfs/blob/c9543de73d264943fef88f5e53403bbe32917b01/lib/libvirt-domain.c#L893 Ok, for that you will need storage pools, however, if there really is such a domain present on the host, you can reasonably assume that the user has already installed the libvirt storage pool driver. So libguestfs itself can avoid the storage driver dep. Regards, Daniel -- |: https://berrange.co...
2020 Jan 10
2
Re: [PATCH Fedora libguestfs] Don't depend on libvirt-daemon-kvm monolith.
On Fri, Jan 10, 2020 at 02:15:10PM +0000, Daniel P. Berrangé wrote: > Do you use the libvirt "secret" APIs at all (disk encryption, network > disk auth passwords) ? If so you will need "libvirt-daemon-driver-secret" > too. How about any other libvirt sub-driver APIs ? Networking ? Host > dev, etc ? The full list of APIs we use is attached, assuming I got my