search for: some_xen_domain

Displaying 2 results from an estimated 2 matches for "some_xen_domain".

2016 Jan 12
3
What are the advantages and disadvantages of running with or without libvirt?
I didn't see what are the main differences in http://libguestfs.org/guestfs.3.html#backend Specifically, I'm interested in what is faster (direct sounds faster to me), and if there are any major restrictions (networking?) Here's an example command we are running (sorry, Python'ish, but you'll get it): ['virt-sysprep', '--connect', 'qemu:///system',
2016 Jan 12
0
Re: What are the advantages and disadvantages of running with or without libvirt?
...eate the /foo directory. https://github.com/libguestfs/libguestfs/blob/master/src/libvirt-domain.c#L468 Because libvirt has different namespaces for libvirt domain names, we allow you to select the namespace using the -c/--connect option, so you could for example do: virt-sysprep -c xen:/// -d some_xen_domain which is equivalent to doing `virsh -c xen:/// dumpxml some_xen_domain' and parsing that XML. This has nothing to do with how we run the libguestfs appliance. It's complicated ... and often we get confused too. HTH, Rich. > '--selinux-relabel', '--hostname', 'la...