qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1253465] [NEW] qemu-img: 'image' uses a vmdk feature which is not supported by this qemu version: VMDK version 3
@ 2013-11-20 23:00 adrelanos
  2013-11-21  8:37 ` Stefan Hajnoczi
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: adrelanos @ 2013-11-20 23:00 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

qemu-img convert in.vmdk  -O RAW out.img

Fails with:
qemu-img: 'image' uses a vmdk feature which is not supported by this qemu version: VMDK version 3

qemu-img version 1.6.1

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1253465

Title:
  qemu-img: 'image' uses a vmdk feature which is not supported by this
  qemu version: VMDK version 3

Status in QEMU:
  New

Bug description:
  qemu-img convert in.vmdk  -O RAW out.img

  Fails with:
  qemu-img: 'image' uses a vmdk feature which is not supported by this qemu version: VMDK version 3

  qemu-img version 1.6.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1253465/+subscriptions

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] [Bug 1253465] [NEW] qemu-img: 'image' uses a vmdk feature which is not supported by this qemu version: VMDK version 3
  2013-11-20 23:00 [Qemu-devel] [Bug 1253465] [NEW] qemu-img: 'image' uses a vmdk feature which is not supported by this qemu version: VMDK version 3 adrelanos
@ 2013-11-21  8:37 ` Stefan Hajnoczi
  2013-11-21  9:27   ` Fam Zheng
  2017-01-07 21:36 ` [Qemu-devel] [Bug 1253465] " Patrick Schleizer
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 7+ messages in thread
From: Stefan Hajnoczi @ 2013-11-21  8:37 UTC (permalink / raw)
  To: Bug 1253465; +Cc: Fam Zheng, qemu-devel

On Wed, Nov 20, 2013 at 11:00:14PM -0000, adrelanos wrote:
> qemu-img convert in.vmdk  -O RAW out.img
> 
> Fails with:
> qemu-img: 'image' uses a vmdk feature which is not supported by this qemu version: VMDK version 3
> 
> qemu-img version 1.6.1

This is a known issue.  VMware has not released the file format
specification for VMDK version 3.  At this point the information needed
to implement version 3 support is not publicly available.

If you are aware of open source software which already supports version
3, please let us know!

Fam: Do you have instructions for exporting version 2 images from
VMware?

Stefan

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] [Bug 1253465] [NEW] qemu-img: 'image' uses a vmdk feature which is not supported by this qemu version: VMDK version 3
  2013-11-21  8:37 ` Stefan Hajnoczi
@ 2013-11-21  9:27   ` Fam Zheng
  0 siblings, 0 replies; 7+ messages in thread
From: Fam Zheng @ 2013-11-21  9:27 UTC (permalink / raw)
  To: Stefan Hajnoczi, Bug 1253465; +Cc: qemu-devel

On 2013年11月21日 16:37, Stefan Hajnoczi wrote:
> On Wed, Nov 20, 2013 at 11:00:14PM -0000, adrelanos wrote:
>> qemu-img convert in.vmdk  -O RAW out.img
>>
>> Fails with:
>> qemu-img: 'image' uses a vmdk feature which is not supported by this qemu version: VMDK version 3
>>
>> qemu-img version 1.6.1
>
> This is a known issue.  VMware has not released the file format
> specification for VMDK version 3.  At this point the information needed
> to implement version 3 support is not publicly available.
>
> If you are aware of open source software which already supports version
> 3, please let us know!
>
> Fam: Do you have instructions for exporting version 2 images from
> VMware?
>

Unfortunately I don't know there's a way to export version 2.

But you can still copy out the "raw" formatted VMDK in vSphere datastore 
browser (or use ESX shell), I've posted instructions here:

http://famz.cn/?p=45

This is also the way that virt-v2v extracts guest images.

Fam

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Qemu-devel] [Bug 1253465] Re: qemu-img: 'image' uses a vmdk feature which is not supported by this qemu version: VMDK version 3
  2013-11-20 23:00 [Qemu-devel] [Bug 1253465] [NEW] qemu-img: 'image' uses a vmdk feature which is not supported by this qemu version: VMDK version 3 adrelanos
  2013-11-21  8:37 ` Stefan Hajnoczi
@ 2017-01-07 21:36 ` Patrick Schleizer
  2017-01-08  1:42   ` Fam Zheng
  2017-02-01  9:19 ` Thomas Huth
  2017-04-03  4:17 ` Launchpad Bug Tracker
  3 siblings, 1 reply; 7+ messages in thread
From: Patrick Schleizer @ 2017-01-07 21:36 UTC (permalink / raw)
  To: qemu-devel

> If you are aware of open source software which already supports
version 3, please let us know!

VirtualBox can.

- VirtualBox uses VMDK version 3 disks.
- When you export a VM with VirtualBox (creating an .ova), it will include VMDK version 3 disks.
- VirtualBox can convert from vmkd to vdi. ('VBoxManage clonehd --format VDI "vmdk_file" "vdi_file"')

Does that help?

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1253465

Title:
  qemu-img: 'image' uses a vmdk feature which is not supported by this
  qemu version: VMDK version 3

Status in QEMU:
  New

Bug description:
  qemu-img convert in.vmdk  -O RAW out.img

  Fails with:
  qemu-img: 'image' uses a vmdk feature which is not supported by this qemu version: VMDK version 3

  qemu-img version 1.6.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1253465/+subscriptions

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] [Bug 1253465] Re: qemu-img: 'image' uses a vmdk feature which is not supported by this qemu version: VMDK version 3
  2017-01-07 21:36 ` [Qemu-devel] [Bug 1253465] " Patrick Schleizer
@ 2017-01-08  1:42   ` Fam Zheng
  0 siblings, 0 replies; 7+ messages in thread
From: Fam Zheng @ 2017-01-08  1:42 UTC (permalink / raw)
  To: Bug 1253465; +Cc: qemu-devel

On Sat, 01/07 21:36, Patrick Schleizer wrote:
> > If you are aware of open source software which already supports
> version 3, please let us know!
> 
> VirtualBox can.
> 
> - VirtualBox uses VMDK version 3 disks.
> - When you export a VM with VirtualBox (creating an .ova), it will include VMDK version 3 disks.
> - VirtualBox can convert from vmkd to vdi. ('VBoxManage clonehd --format VDI "vmdk_file" "vdi_file"')
> 
> Does that help?

Can you try again with QEMU 2.8? Recent versions of QEMU should be able to
handle version 3 VMDK disks.

Fam

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Qemu-devel] [Bug 1253465] Re: qemu-img: 'image' uses a vmdk feature which is not supported by this qemu version: VMDK version 3
  2013-11-20 23:00 [Qemu-devel] [Bug 1253465] [NEW] qemu-img: 'image' uses a vmdk feature which is not supported by this qemu version: VMDK version 3 adrelanos
  2013-11-21  8:37 ` Stefan Hajnoczi
  2017-01-07 21:36 ` [Qemu-devel] [Bug 1253465] " Patrick Schleizer
@ 2017-02-01  9:19 ` Thomas Huth
  2017-04-03  4:17 ` Launchpad Bug Tracker
  3 siblings, 0 replies; 7+ messages in thread
From: Thomas Huth @ 2017-02-01  9:19 UTC (permalink / raw)
  To: qemu-devel

** 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/1253465

Title:
  qemu-img: 'image' uses a vmdk feature which is not supported by this
  qemu version: VMDK version 3

Status in QEMU:
  Incomplete

Bug description:
  qemu-img convert in.vmdk  -O RAW out.img

  Fails with:
  qemu-img: 'image' uses a vmdk feature which is not supported by this qemu version: VMDK version 3

  qemu-img version 1.6.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1253465/+subscriptions

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Qemu-devel] [Bug 1253465] Re: qemu-img: 'image' uses a vmdk feature which is not supported by this qemu version: VMDK version 3
  2013-11-20 23:00 [Qemu-devel] [Bug 1253465] [NEW] qemu-img: 'image' uses a vmdk feature which is not supported by this qemu version: VMDK version 3 adrelanos
                   ` (2 preceding siblings ...)
  2017-02-01  9:19 ` Thomas Huth
@ 2017-04-03  4:17 ` Launchpad Bug Tracker
  3 siblings, 0 replies; 7+ messages in thread
From: Launchpad Bug Tracker @ 2017-04-03  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1253465

Title:
  qemu-img: 'image' uses a vmdk feature which is not supported by this
  qemu version: VMDK version 3

Status in QEMU:
  Expired

Bug description:
  qemu-img convert in.vmdk  -O RAW out.img

  Fails with:
  qemu-img: 'image' uses a vmdk feature which is not supported by this qemu version: VMDK version 3

  qemu-img version 1.6.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1253465/+subscriptions

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-04-03  4:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-20 23:00 [Qemu-devel] [Bug 1253465] [NEW] qemu-img: 'image' uses a vmdk feature which is not supported by this qemu version: VMDK version 3 adrelanos
2013-11-21  8:37 ` Stefan Hajnoczi
2013-11-21  9:27   ` Fam Zheng
2017-01-07 21:36 ` [Qemu-devel] [Bug 1253465] " Patrick Schleizer
2017-01-08  1:42   ` Fam Zheng
2017-02-01  9:19 ` Thomas Huth
2017-04-03  4:17 ` Launchpad Bug Tracker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).