[Qemu-devel] [Bug 893956] Re: qemu-img bug with dynamic vhd

2017-06-07 Thread Thomas Huth
** Changed in: qemu Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/893956 Title: qemu-img bug with dynamic vhd Status in QEMU: Won't Fix Bug description:

Re: [Qemu-devel] [Bug 893956] Re: qemu-img bug with dynamic vhd

2017-06-07 Thread Bobby Dimmette
No, sorry. The environment was retired in 2014 and we took a different direction. -Bobby -Original Message- From: boun...@canonical.com [mailto:boun...@canonical.com] On Behalf Of Thomas Huth Sent: Wednesday, June 07, 2017 4:44 AM To: bjdimme...@gmail.com Subject: [Bug 893956] Re: qemu-

[Qemu-devel] [Bug 893956] Re: qemu-img bug with dynamic vhd

2017-06-07 Thread Thomas Huth
Can you still reproduce this problem with the latest version of QEMU (currently version 2.9.0)? ** Changed in: qemu Status: New => Incomplete -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/8939

[Qemu-devel] [Bug 893956] Re: qemu-img bug with dynamic vhd

2013-01-26 Thread Bobby Dimmette
qemu-img fails to read a disk2vhd (VHD) image created from a Windows Server 2003. qemu-img will read and convert a VDI image created from that VHD VHD header/footer details: [root@T3400 ]# qemu-img info vhd/p.vhd qemu-img: Could not open 'vhd/p.vhd': File too large [root@T3400 ]# ./vhddum

Re: [Qemu-devel] [Bug 893956] Re: qemu-img bug with dynamic vhd

2012-09-05 Thread Serge Hallyn
Quoting Stefan Hajnoczi (893...@bugs.launchpad.net): > On Tue, Sep 4, 2012 at 4:00 PM, Serge Hallyn <893...@bugs.launchpad.net> > wrote: > > Though that commit and the comments were about 127G images. HIs is only > > 27G. > > The 127 GB limit applies to the virtual disk size, not to the size of

Re: [Qemu-devel] [Bug 893956] Re: qemu-img bug with dynamic vhd

2012-09-04 Thread Stefan Hajnoczi
On Mon, Sep 3, 2012 at 10:41 AM, franxico <893...@bugs.launchpad.net> wrote: > Hi, > > I'm having the same problem. I'm using qemu-img 1.0, running from a > Ubuntu Server 12.04 x64 on a SW RAID, ext4. > > The .VHD has 29GB and was made using disk2vhd. > > Here is the command and the results: > sudo

Re: [Qemu-devel] [Bug 893956] Re: qemu-img bug with dynamic vhd

2012-09-04 Thread Stefan Hajnoczi
On Tue, Sep 4, 2012 at 4:00 PM, Serge Hallyn <893...@bugs.launchpad.net> wrote: > Though that commit and the comments were about 127G images. HIs is only > 27G. The 127 GB limit applies to the virtual disk size, not to the size of the image file itself. > Also, 'qemu-img info' is also showing th

[Qemu-devel] [Bug 893956] Re: qemu-img bug with dynamic vhd

2012-09-04 Thread Serge Hallyn
Though that commit and the comments were about 127G images. HIs is only 27G. Also, 'qemu-img info' is also showing the error, which shows that this is not being done on vpc_create(). So I think this is a case of qemu-img actually failing to properly parse the FHD file. -- You received this bug

Re: [Qemu-devel] [Bug 893956] Re: qemu-img bug with dynamic vhd

2012-09-04 Thread Stefan Hajnoczi
On Mon, Sep 3, 2012 at 10:41 AM, franxico <893...@bugs.launchpad.net> wrote: > Hi, > > I'm having the same problem. I'm using qemu-img 1.0, running from a > Ubuntu Server 12.04 x64 on a SW RAID, ext4. > > The .VHD has 29GB and was made using disk2vhd. > > Here is the command and the results: > sudo

[Qemu-devel] [Bug 893956] Re: qemu-img bug with dynamic vhd

2012-09-03 Thread franxico
Hi, I'm having the same problem. I'm using qemu-img 1.0, running from a Ubuntu Server 12.04 x64 on a SW RAID, ext4. The .VHD has 29GB and was made using disk2vhd. Here is the command and the results: sudo kvm-img convert -f vpc -O raw image.VHD image.img [sudo] password for sysop: kvm-img: Coul