Re: [PATCH v3 05/12] iotests/common.rc: add disk_usage function

2025-04-14 Thread Andrey Drobyshev
On 4/11/25 8:48 PM, Eric Blake wrote: > On Fri, Sep 13, 2024 at 07:39:35PM +0300, Andrey Drobyshev wrote: >> Move the definition from iotests/250 to common.rc. This is used to >> detect real disk usage of sparse files. In particular, we want to use >> it for checking subclusters-based discards. >

Re: [PATCH v3 05/12] iotests/common.rc: add disk_usage function

2025-04-11 Thread Eric Blake
On Fri, Sep 13, 2024 at 07:39:35PM +0300, Andrey Drobyshev wrote: > Move the definition from iotests/250 to common.rc. This is used to > detect real disk usage of sparse files. In particular, we want to use > it for checking subclusters-based discards. > > Signed-off-by: Andrey Drobyshev > Revi

[PATCH v3 05/12] iotests/common.rc: add disk_usage function

2024-09-13 Thread Andrey Drobyshev
Move the definition from iotests/250 to common.rc. This is used to detect real disk usage of sparse files. In particular, we want to use it for checking subclusters-based discards. Signed-off-by: Andrey Drobyshev Reviewed-by: Alexander Ivanov Reviewed-by: Alberto Garcia --- tests/qemu-iotest