Re: [PATCH] tests: fix I/O test for hosts defaulting to LUKSv2

2019-10-07 Thread Max Reitz
On 27.09.19 12:11, Daniel P. Berrangé wrote: > Some distros are now defaulting to LUKS version 2 which QEMU cannot > process. For our I/O test that validates interoperability between the > kernel/cryptsetup and QEMU, we need to explicitly ask for version 1 > of the LUKS format. > > Signed-off-by:

Re: [PATCH] tests: fix I/O test for hosts defaulting to LUKSv2

2019-09-29 Thread Maxim Levitsky
On Fri, 2019-09-27 at 17:51 +0100, Daniel P. Berrangé wrote: > On Fri, Sep 27, 2019 at 10:26:27AM -0500, Eric Blake wrote: > > On 9/27/19 5:11 AM, Daniel P. Berrangé wrote: > > > Some distros are now defaulting to LUKS version 2 which QEMU cannot > > > process. For our I/O test that validates inter

Re: [PATCH] tests: fix I/O test for hosts defaulting to LUKSv2

2019-09-27 Thread Daniel P . Berrangé
On Fri, Sep 27, 2019 at 10:26:27AM -0500, Eric Blake wrote: > On 9/27/19 5:11 AM, Daniel P. Berrangé wrote: > > Some distros are now defaulting to LUKS version 2 which QEMU cannot > > process. For our I/O test that validates interoperability between the > > kernel/cryptsetup and QEMU, we need to ex

Re: [PATCH] tests: fix I/O test for hosts defaulting to LUKSv2

2019-09-27 Thread Eric Blake
On 9/27/19 5:11 AM, Daniel P. Berrangé wrote: Some distros are now defaulting to LUKS version 2 which QEMU cannot process. For our I/O test that validates interoperability between the kernel/cryptsetup and QEMU, we need to explicitly ask for version 1 of the LUKS format. Ultimately, it would b

Re: [PATCH] tests: fix I/O test for hosts defaulting to LUKSv2

2019-09-27 Thread Maxim Levitsky
On Fri, 2019-09-27 at 10:26 -0500, Eric Blake wrote: > On 9/27/19 5:11 AM, Daniel P. Berrangé wrote: > > Some distros are now defaulting to LUKS version 2 which QEMU cannot > > process. For our I/O test that validates interoperability between the > > kernel/cryptsetup and QEMU, we need to explicitl

[PATCH] tests: fix I/O test for hosts defaulting to LUKSv2

2019-09-27 Thread Daniel P . Berrangé
Some distros are now defaulting to LUKS version 2 which QEMU cannot process. For our I/O test that validates interoperability between the kernel/cryptsetup and QEMU, we need to explicitly ask for version 1 of the LUKS format. Signed-off-by: Daniel P. Berrangé --- tests/qemu-iotests/149 | 2