[Qemu-devel] [Bug 1126369] Re: qemu-img snapshot -c is unreasonably slow

2018-04-13 Thread Stefan Hajnoczi
Code inspection shows that qcow2_update_cluster_refcount() no longer calls bdrv_flush(). This issue has been fixed. ** Changed in: qemu Status: Incomplete => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.

[Qemu-devel] [Bug 1126369] Re: qemu-img snapshot -c is unreasonably slow

2018-04-13 Thread Thomas Huth
Looking through old bug tickets... have this issue been fixed, i.e. could we close this ticket nowadays? Or is there still something left to do? ** Changed in: qemu Status: New => Incomplete -- You received this bug notification because you are a member of qemu- devel-ml, which is

[Qemu-devel] [Bug 1126369] Re: qemu-img snapshot -c is unreasonably slow

2013-02-15 Thread Stefan Hajnoczi
Skipping the bdrv_flush() in update_cluster_refcount() gives a huge speed-up from over 3 minutes down to 1 second. I think Kevin already discovered this in the past. Now we need to figure out how to safely perform the updates without flushing after each L2 table refcount increment. -- You