search for: inpector

Displaying 1 result from an estimated 1 matches for "inpector".

Did you mean: inspector
2012 Nov 02
1
One possible plan for remote support
...<target dev='vda' bus='virtio'/> </disk> libguestfs then directly opens the local disk [/dev/vg_data/guest in the example above] and analyzes it. libvirt can also run remotely, eg: virsh -c qemu://remote/system list --all If you ran a command like: virt-inpector -c qemu://remote/system -d Guest then libguestfs connects to libvirtd on the remote server gets the XML, parses out the disks, tries to open them, and usually that's going to fail: files and devices can't be opened by name remotely. Well, unless you've got cluster LVM, but we'll as...