Displaying 6 results from an estimated 6 matches for "rhvirt".
Did you mean:
r_virt
2014 Sep 16
2
virt-v2v -ic question
Hi,
I am trying to convert from esx server to local directory a VM names CSB,
Its build from source 77b371b18b6a7ad37105a595931514f542a04396
When running:
LIBGUESTFS_BACKEND=direct ./run ./v2v/virt-v2v -ic "esx://root@10.35.5.45/?no_verify=1" -o local -of raw -os /tmp/v2v CSB
I get the following:
---------------------------------------------------------------------------
[ 0.0]
2019 Mar 25
0
Re: nbdkit & qemu 2.12: qemu-img: Protocol error: simple reply when structured reply chunk was expected
...we (Red Hat) are not planning any further qemu
> > improvements in 7.8 and above.
> >
>
> Feel free to add some ACKs to the lengthy backports I've posted in 7.7
> recently ...
>
> 3.1.0 NBD Roundup is probably particularly of interest to you right now.
Is this on rhvirt-patches? I can't see it ...
Rich.
> I'm working on 4.0.0 NBD roundup right now, too.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-top is 'top' for virtual machines...
2014 Sep 21
0
Re: virt-v2v -ic question
...'https': No such file or directory
> virt-v2v: error: qemu-img command failed, see earlier errors
> ----------------------------------------------------------------------------
Yup - unfortunately you need the patched qemu-kvm-rhev at the moment,
until the patches go into RHEL 7 (see rhvirt-patches).
https://www.redhat.com/archives/libguestfs/2014-May/msg00090.html
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestf...
2014 Sep 16
2
Re: virt-v2v -ic question
...;, "file.timeout" : 60 }': Unknown driver 'https': No such file or directory
> > virt-v2v: error: qemu-img command failed, see earlier errors
>
> This error happens because you need to patch qemu-kvm-rhev. The
> patches aren't in our qemu-kvm-rhev yet (see rhvirt-patches for
> current status), but I have a patched version of qemu here:
>
> https://www.redhat.com/archives/libguestfs/2014-May/msg00090.html
I am using upstream qemu while using this local variables:
export PATH=/home/shahar/git/qemu:$PATH
export LIBGUESTFS_HV=/home/shahar/git/qemu/x...
2014 Sep 21
2
Re: virt-v2v -ic question
On 17.09.14 10:02, Richard W.M. Jones wrote:
> On Wed, Sep 17, 2014 at 10:58:18AM +0300, Shahar Havivi wrote:
> > On 16.09.14 15:09, Richard W.M. Jones wrote:
> > > On Tue, Sep 16, 2014 at 05:06:57PM +0300, Shahar Havivi wrote:
> > > > I am using upstream qemu while using this local variables:
> > > > export PATH=/home/shahar/git/qemu:$PATH
> > >
2019 Mar 23
4
nbdkit & qemu 2.12: qemu-img: Protocol error: simple reply when structured reply chunk was expected
nbdkit (upstream 5a7a394c699) currently fails with qemu 2.12.0:
$ ./nbdkit memory size=64M --run 'qemu-img convert $nbd /var/tmp/out'
nbdkit: memory.2: error: invalid request: unknown command (7) ignored
qemu-img: Protocol error: simple reply when structured reply chunk was expected
This was a bug in qemu which was fixed upstream quite a long time ago
by the commit I've