Re: [PATCH v2 09/11] iotests/common.rc: add disk_usage function

2025-04-17 Thread Stefan Hajnoczi
On Thu, Apr 17, 2025 at 01:39:14PM -0500, Eric Blake wrote: > From: 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: A

[PATCH v2 09/11] iotests/common.rc: add disk_usage function

2025-04-17 Thread Eric Blake
From: 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 Garci