search for: build_vm_test

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

2013 Nov 25
2
Re: Problem Connecting to RBD images using Sys::Guestfs Perl Module
...> > > I'm trying to add an rbd image, but when I launch the guestfs object I get > > an error: > > > > >> libguestfs: trace: launch = -1 (error) > > > > I'm adding a single RBD > > >> libguestfs: trace: add_drive "libvirt-pool/build_vm_test-os" > > "format:raw" "protocol:rbd" "server:192.168.0.35:6789 192.168.0.2:6789 > > 192.168.0.40:6789" > > > > But it seems like the name is getting chewed up in the call to kvm: > > > > >> -drive > > file=rbd:libvi...
2013 Nov 25
4
Problem Connecting to RBD images using Sys::Guestfs Perl Module
...wonder if this is related to my previous troubles [1] [2] with rbd images. I'm trying to add an rbd image, but when I launch the guestfs object I get an error: >> libguestfs: trace: launch = -1 (error) I'm adding a single RBD >> libguestfs: trace: add_drive "libvirt-pool/build_vm_test-os" "format:raw" "protocol:rbd" "server:192.168.0.35:6789 192.168.0.2:6789 192.168.0.40:6789" But it seems like the name is getting chewed up in the call to kvm: >> -drive file=rbd:libvirt:mon_host=192.168.0.35\:6789\;192.168.0.2\:6789\;192.168.0.40\:6789:...
2013 Nov 25
0
Re: Problem Connecting to RBD images using Sys::Guestfs Perl Module
...troubles [1] [2] with rbd images. > > I'm trying to add an rbd image, but when I launch the guestfs object I get > an error: > > >> libguestfs: trace: launch = -1 (error) > > I'm adding a single RBD > >> libguestfs: trace: add_drive "libvirt-pool/build_vm_test-os" > "format:raw" "protocol:rbd" "server:192.168.0.35:6789 192.168.0.2:6789 > 192.168.0.40:6789" > > But it seems like the name is getting chewed up in the call to kvm: > > >> -drive > file=rbd:libvirt:mon_host=192.168.0.35\:6789\;192...
2013 Nov 25
0
Re: Problem Connecting to RBD images using Sys::Guestfs Perl Module
...add an rbd image, but when I launch the guestfs object I > get > > > an error: > > > > > > >> libguestfs: trace: launch = -1 (error) > > > > > > I'm adding a single RBD > > > >> libguestfs: trace: add_drive "libvirt-pool/build_vm_test-os" > > > "format:raw" "protocol:rbd" "server:192.168.0.35:6789 192.168.0.2:6789 > > > 192.168.0.40:6789" > > > > > > But it seems like the name is getting chewed up in the call to kvm: > > > > > > >> -dr...