Re: [Qemu-block] [PATCH 0/2] qcow2: Avoid making the L1 table too big

2016-07-05 Thread Max Reitz
On 15.06.2016 17:36, Max Reitz wrote: > See https://bugs.launchpad.net/qemu/+bug/1592590 for a bug report. > > Reproducer: > > $ ./qemu-img create -f qcow2 test.qcow2 1M > Formatting 'test.qcow2', fmt=qcow2 size=1048576 encryption=off > cluster_size=65536 lazy_refcounts=off refcount_bits=16 > $ .

[Qemu-block] [PATCH 0/2] qcow2: Avoid making the L1 table too big

2016-06-15 Thread Max Reitz
See https://bugs.launchpad.net/qemu/+bug/1592590 for a bug report. Reproducer: $ ./qemu-img create -f qcow2 test.qcow2 1M Formatting 'test.qcow2', fmt=qcow2 size=1048576 encryption=off cluster_size=65536 lazy_refcounts=off refcount_bits=16 $ ./qemu-img resize test.qcow2 10T Image resized. $ .