commit | d2ef210cb8d3e7d1dc4e1c6050d2092bda18a5a8 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri Oct 26 20:31:15 2012 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed Nov 14 18:19:21 2012 +0100 |
tree | 7b6bb46dc193343ac5c81a2c41af488dad11d4ef | |
parent | a3548077062dd9dc2701ebffd931ba6eaef40bec [diff] |
qemu-iotests: qcow2: Test growing large refcount table Actually writing all the content with 512 byte sector size would take forever, therefore build the image file with a Python script and use qemu-io for the last write that actually triggers the refcount table growth. Signed-off-by: Kevin Wolf <kwolf@redhat.com>