All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1655764] [NEW] qemu-img convert -c compression can't decompress
@ 2017-01-11 21:27 Jignasha
  2017-01-11 21:42 ` [Qemu-devel] [Bug 1655764] " Jignasha
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Jignasha @ 2017-01-11 21:27 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Used -c compression option of qemu-img convert to compress qcow2,
then libvirt mount for compressed image don't work as well as decompression also
not working, tried glib-deflate to decompress

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

Title:
  qemu-img convert -c compression can't decompress

Status in QEMU:
  New

Bug description:
  Used -c compression option of qemu-img convert to compress qcow2,
  then libvirt mount for compressed image don't work as well as decompression also
  not working, tried glib-deflate to decompress

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

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

* [Qemu-devel] [Bug 1655764] Re: qemu-img convert -c compression can't decompress
  2017-01-11 21:27 [Qemu-devel] [Bug 1655764] [NEW] qemu-img convert -c compression can't decompress Jignasha
@ 2017-01-11 21:42 ` Jignasha
  2017-01-11 21:58 ` Jignasha
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Jignasha @ 2017-01-11 21:42 UTC (permalink / raw)
  To: qemu-devel

Used openssl zlib -d < compressedfile but that also not working

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

Title:
  qemu-img convert -c compression can't decompress

Status in QEMU:
  New

Bug description:
  Used -c compression option of qemu-img convert to compress qcow2,
  then libvirt mount for compressed image don't work as well as decompression also
  not working, tried glib-deflate to decompress

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

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

* [Qemu-devel] [Bug 1655764] Re: qemu-img convert -c compression can't decompress
  2017-01-11 21:27 [Qemu-devel] [Bug 1655764] [NEW] qemu-img convert -c compression can't decompress Jignasha
  2017-01-11 21:42 ` [Qemu-devel] [Bug 1655764] " Jignasha
@ 2017-01-11 21:58 ` Jignasha
  2017-01-12 14:18   ` Stefan Hajnoczi
  2017-01-17 19:40 ` Thomas Huth
                   ` (4 subsequent siblings)
  6 siblings, 1 reply; 9+ messages in thread
From: Jignasha @ 2017-01-11 21:58 UTC (permalink / raw)
  To: qemu-devel

When tried zlib-flate -uncompress < cirros-0.3.4-x86_64-disk.img,
getting below error

data: incorrect header check

** Description changed:

  Used -c compression option of qemu-img convert to compress qcow2,
  then libvirt mount for compressed image don't work as well as decompression also
- not working, tried glib-deflate to decompress
+ not working, tried zlib-flate to decompress

** Information type changed from Public to Public Security

** Information type changed from Public Security to Private Security

** Information type changed from Private Security to Private

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

Title:
  qemu-img convert -c compression can't decompress

Status in QEMU:
  New

Bug description:
  Used -c compression option of qemu-img convert to compress qcow2,
  then libvirt mount for compressed image don't work as well as decompression also
  not working, tried zlib-flate to decompress

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

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

* Re: [Qemu-devel] [Bug 1655764] Re: qemu-img convert -c compression can't decompress
  2017-01-11 21:58 ` Jignasha
@ 2017-01-12 14:18   ` Stefan Hajnoczi
  0 siblings, 0 replies; 9+ messages in thread
From: Stefan Hajnoczi @ 2017-01-12 14:18 UTC (permalink / raw)
  To: Bug 1655764; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 426 bytes --]

On Wed, Jan 11, 2017 at 09:58:35PM -0000, Jignasha wrote:
> When tried zlib-flate -uncompress < cirros-0.3.4-x86_64-disk.img,
> getting below error
> 
> data: incorrect header check

QEMU image compression uses the compression feature available in some
disk image formats (like qcow2).  This is not the same as compressing a
file with gzip, bzip2, or similar tools.

Therefore this error is expected and not a bug.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

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

* [Qemu-devel] [Bug 1655764] Re: qemu-img convert -c compression can't decompress
  2017-01-11 21:27 [Qemu-devel] [Bug 1655764] [NEW] qemu-img convert -c compression can't decompress Jignasha
  2017-01-11 21:42 ` [Qemu-devel] [Bug 1655764] " Jignasha
  2017-01-11 21:58 ` Jignasha
@ 2017-01-17 19:40 ` Thomas Huth
  2017-01-17 19:51 ` Jignasha
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Thomas Huth @ 2017-01-17 19:40 UTC (permalink / raw)
  To: qemu-devel

Which version of QEMU (or rather qemu-img) are you using?

** Information type changed from Private to Public

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

Title:
  qemu-img convert -c compression can't decompress

Status in QEMU:
  New

Bug description:
  Used -c compression option of qemu-img convert to compress qcow2,
  then libvirt mount for compressed image don't work as well as decompression also
  not working, tried zlib-flate to decompress

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

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

* [Qemu-devel] [Bug 1655764] Re: qemu-img convert -c compression can't decompress
  2017-01-11 21:27 [Qemu-devel] [Bug 1655764] [NEW] qemu-img convert -c compression can't decompress Jignasha
                   ` (2 preceding siblings ...)
  2017-01-17 19:40 ` Thomas Huth
@ 2017-01-17 19:51 ` Jignasha
  2017-01-17 19:56 ` Thomas Huth
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Jignasha @ 2017-01-17 19:51 UTC (permalink / raw)
  To: qemu-devel

qemu-img version 2.1.2, Copyright (c) 2004-2008 Fabrice Bellard

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

Title:
  qemu-img convert -c compression can't decompress

Status in QEMU:
  Invalid

Bug description:
  Used -c compression option of qemu-img convert to compress qcow2,
  then libvirt mount for compressed image don't work as well as decompression also
  not working, tried zlib-flate to decompress

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

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

* [Qemu-devel] [Bug 1655764] Re: qemu-img convert -c compression can't decompress
  2017-01-11 21:27 [Qemu-devel] [Bug 1655764] [NEW] qemu-img convert -c compression can't decompress Jignasha
                   ` (3 preceding siblings ...)
  2017-01-17 19:51 ` Jignasha
@ 2017-01-17 19:56 ` Thomas Huth
  2017-01-17 20:14 ` Jignasha
  2017-01-17 20:16 ` Jignasha
  6 siblings, 0 replies; 9+ messages in thread
From: Thomas Huth @ 2017-01-17 19:56 UTC (permalink / raw)
  To: qemu-devel

When reporting bugs, please always use the latest version of QEMU, old
versions like 2.1 are not supported anymore. I just also noticed that
Stefan Hajnoczi replied to the bug mail on the qemu-devel mailing list
(see https://www.mail-archive.com/qemu-devel@nongnu.org/msg422186.html)
- seems like the bridge did not mirror this to the bug tracker:

"QEMU image compression uses the compression feature available in some
 disk image formats (like qcow2).  This is not the same as compressing a
 file with gzip, bzip2, or similar tools.
 Therefore this error is expected and not a bug."

** Changed in: qemu
       Status: New => Invalid

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

Title:
  qemu-img convert -c compression can't decompress

Status in QEMU:
  Invalid

Bug description:
  Used -c compression option of qemu-img convert to compress qcow2,
  then libvirt mount for compressed image don't work as well as decompression also
  not working, tried zlib-flate to decompress

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

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

* [Qemu-devel] [Bug 1655764] Re: qemu-img convert -c compression can't decompress
  2017-01-11 21:27 [Qemu-devel] [Bug 1655764] [NEW] qemu-img convert -c compression can't decompress Jignasha
                   ` (4 preceding siblings ...)
  2017-01-17 19:56 ` Thomas Huth
@ 2017-01-17 20:14 ` Jignasha
  2017-01-17 20:16 ` Jignasha
  6 siblings, 0 replies; 9+ messages in thread
From: Jignasha @ 2017-01-17 20:14 UTC (permalink / raw)
  To: qemu-devel

Yes used qcow2 format only when compressing, I don't think due to older
version problem

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

Title:
  qemu-img convert -c compression can't decompress

Status in QEMU:
  Invalid

Bug description:
  Used -c compression option of qemu-img convert to compress qcow2,
  then libvirt mount for compressed image don't work as well as decompression also
  not working, tried zlib-flate to decompress

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

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

* [Qemu-devel] [Bug 1655764] Re: qemu-img convert -c compression can't decompress
  2017-01-11 21:27 [Qemu-devel] [Bug 1655764] [NEW] qemu-img convert -c compression can't decompress Jignasha
                   ` (5 preceding siblings ...)
  2017-01-17 20:14 ` Jignasha
@ 2017-01-17 20:16 ` Jignasha
  6 siblings, 0 replies; 9+ messages in thread
From: Jignasha @ 2017-01-17 20:16 UTC (permalink / raw)
  To: qemu-devel

When converting qcow2 with -c option, then after not able to boot VM
with compressed qcow2 image

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

Title:
  qemu-img convert -c compression can't decompress

Status in QEMU:
  Invalid

Bug description:
  Used -c compression option of qemu-img convert to compress qcow2,
  then libvirt mount for compressed image don't work as well as decompression also
  not working, tried zlib-flate to decompress

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

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

end of thread, other threads:[~2017-01-17 20:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-11 21:27 [Qemu-devel] [Bug 1655764] [NEW] qemu-img convert -c compression can't decompress Jignasha
2017-01-11 21:42 ` [Qemu-devel] [Bug 1655764] " Jignasha
2017-01-11 21:58 ` Jignasha
2017-01-12 14:18   ` Stefan Hajnoczi
2017-01-17 19:40 ` Thomas Huth
2017-01-17 19:51 ` Jignasha
2017-01-17 19:56 ` Thomas Huth
2017-01-17 20:14 ` Jignasha
2017-01-17 20:16 ` Jignasha

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.