commit | ecffa634218c05813c4b055f73826d09d7f07346 | [log] [tgz] |
---|---|---|
author | Fam Zheng <famz@redhat.com> | Wed May 03 00:35:45 2017 +0800 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu May 11 11:08:40 2017 +0200 |
tree | 5ebf0331fe1a5975c31227d615d24da28a51f3c1 | |
parent | 4797aeabdc61d7bbf9ef0cb9e25fb539912bb7f3 [diff] |
iotests: 085: Avoid image locking conflict In the case where we test the expected error when a blockdev-snapshot target already has a backing image, the backing chain is opened multiple times. This will be a problem when we use image locking, so use a different backing file that is not already open. Signed-off-by: Fam Zheng <famz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>