Re: [Qemu-devel] [PATCH for-2.12] qemu-iotests: Fix locking issue in 102

2018-01-17 Thread Max Reitz
On 2017-11-29 19:51, Max Reitz wrote: > 102 truncates a qcow2 file (the raw file) on purpose while a VM is > running. However, image locking will usually prevent exactly this. > > The fact that most people have not noticed until now (I suppose you may > have seen sporadic failures, but not taken

Re: [Qemu-devel] [PATCH for-2.12] qemu-iotests: Fix locking issue in 102

2017-11-29 Thread Eric Blake
On 11/29/2017 12:51 PM, Max Reitz wrote: 102 truncates a qcow2 file (the raw file) on purpose while a VM is running. However, image locking will usually prevent exactly this. The fact that most people have not noticed until now (I suppose you may have seen sporadic failures, but not taken them

[Qemu-devel] [PATCH for-2.12] qemu-iotests: Fix locking issue in 102

2017-11-29 Thread Max Reitz
102 truncates a qcow2 file (the raw file) on purpose while a VM is running. However, image locking will usually prevent exactly this. The fact that most people have not noticed until now (I suppose you may have seen sporadic failures, but not taken them too seriously, like me) further shows that