Re: [PATCH 09/18] iotests: Drop IMGOPTS use in 267

2019-09-30 Thread Maxim Levitsky
On Mon, 2019-09-30 at 17:01 +0200, Max Reitz wrote: > On 30.09.19 16:32, Maxim Levitsky wrote: > > On Mon, 2019-09-30 at 15:01 +0200, Max Reitz wrote: > > > On 29.09.19 18:33, Maxim Levitsky wrote: > > > > On Fri, 2019-09-27 at 11:42 +0200, Max Reitz wrote: > > > > > Overwriting IMGOPTS means

Re: [PATCH 09/18] iotests: Drop IMGOPTS use in 267

2019-09-30 Thread Max Reitz
On 30.09.19 16:32, Maxim Levitsky wrote: > On Mon, 2019-09-30 at 15:01 +0200, Max Reitz wrote: >> On 29.09.19 18:33, Maxim Levitsky wrote: >>> On Fri, 2019-09-27 at 11:42 +0200, Max Reitz wrote: Overwriting IMGOPTS means ignoring all user-supplied options, which is not what we want.

Re: [PATCH 09/18] iotests: Drop IMGOPTS use in 267

2019-09-30 Thread Maxim Levitsky
On Mon, 2019-09-30 at 15:01 +0200, Max Reitz wrote: > On 29.09.19 18:33, Maxim Levitsky wrote: > > On Fri, 2019-09-27 at 11:42 +0200, Max Reitz wrote: > > > Overwriting IMGOPTS means ignoring all user-supplied options, which is > > > not what we want. Replace the current IMGOPTS use by a new

Re: [PATCH 09/18] iotests: Drop IMGOPTS use in 267

2019-09-30 Thread Max Reitz
On 29.09.19 18:33, Maxim Levitsky wrote: > On Fri, 2019-09-27 at 11:42 +0200, Max Reitz wrote: >> Overwriting IMGOPTS means ignoring all user-supplied options, which is >> not what we want. Replace the current IMGOPTS use by a new BACKING_FILE >> variable. >> >> Signed-off-by: Max Reitz >> ---

Re: [PATCH 09/18] iotests: Drop IMGOPTS use in 267

2019-09-29 Thread Maxim Levitsky
On Fri, 2019-09-27 at 11:42 +0200, Max Reitz wrote: > Overwriting IMGOPTS means ignoring all user-supplied options, which is > not what we want. Replace the current IMGOPTS use by a new BACKING_FILE > variable. > > Signed-off-by: Max Reitz > --- > tests/qemu-iotests/267 | 12 > 1

[PATCH 09/18] iotests: Drop IMGOPTS use in 267

2019-09-27 Thread Max Reitz
Overwriting IMGOPTS means ignoring all user-supplied options, which is not what we want. Replace the current IMGOPTS use by a new BACKING_FILE variable. Signed-off-by: Max Reitz --- tests/qemu-iotests/267 | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git