Re: [PATCH 15/18] iotests: Make 137 work with data_file

2019-09-30 Thread Maxim Levitsky
On Mon, 2019-09-30 at 15:57 +0200, Max Reitz wrote: > On 30.09.19 15:46, Maxim Levitsky wrote: > > On Mon, 2019-09-30 at 15:38 +0200, Max Reitz wrote: > > > On 29.09.19 18:38, Maxim Levitsky wrote: > > > > On Fri, 2019-09-27 at 11:42 +0200, Max Reitz wrote: > > > > > When using an external data fil

Re: [PATCH 15/18] iotests: Make 137 work with data_file

2019-09-30 Thread Max Reitz
On 30.09.19 15:46, Maxim Levitsky wrote: > On Mon, 2019-09-30 at 15:38 +0200, Max Reitz wrote: >> On 29.09.19 18:38, Maxim Levitsky wrote: >>> On Fri, 2019-09-27 at 11:42 +0200, Max Reitz wrote: When using an external data file, there are no refcounts for data clusters. We thus have to a

Re: [PATCH 15/18] iotests: Make 137 work with data_file

2019-09-30 Thread Maxim Levitsky
On Mon, 2019-09-30 at 15:38 +0200, Max Reitz wrote: > On 29.09.19 18:38, Maxim Levitsky wrote: > > On Fri, 2019-09-27 at 11:42 +0200, Max Reitz wrote: > > > When using an external data file, there are no refcounts for data > > > clusters. We thus have to adjust the corruption test in this patch to

Re: [PATCH 15/18] iotests: Make 137 work with data_file

2019-09-30 Thread Max Reitz
On 29.09.19 18:38, Maxim Levitsky wrote: > On Fri, 2019-09-27 at 11:42 +0200, Max Reitz wrote: >> When using an external data file, there are no refcounts for data >> clusters. We thus have to adjust the corruption test in this patch to >> not be based around a data cluster allocation, but the L2

Re: [PATCH 15/18] iotests: Make 137 work with data_file

2019-09-29 Thread Maxim Levitsky
On Fri, 2019-09-27 at 11:42 +0200, Max Reitz wrote: > When using an external data file, there are no refcounts for data > clusters. We thus have to adjust the corruption test in this patch to > not be based around a data cluster allocation, but the L2 table > allocation (L2 tables are still refcou

[PATCH 15/18] iotests: Make 137 work with data_file

2019-09-27 Thread Max Reitz
When using an external data file, there are no refcounts for data clusters. We thus have to adjust the corruption test in this patch to not be based around a data cluster allocation, but the L2 table allocation (L2 tables are still refcounted with external data files). Doing so means this test wo