Re: [PATCH 2/2] qga: Add ZFS TRIM support for FreeBSD

2022-11-17 Thread Konstantin Kostiuk
Reviewed-by: Konstantin Kostiuk On Tue, Nov 15, 2022 at 8:46 PM Alexander Ivanov < alexander.iva...@virtuozzo.com> wrote: > Use zpool tool for ZFS pools trimming in FreeBSD. > > Signed-off-by: Alexander Ivanov > --- > qga/commands-bsd.c| 109 ++ >

[PATCH 2/2] qga: Add ZFS TRIM support for FreeBSD

2022-11-15 Thread Alexander Ivanov
Use zpool tool for ZFS pools trimming in FreeBSD. Signed-off-by: Alexander Ivanov --- qga/commands-bsd.c| 109 ++ qga/commands-common.h | 1 + 2 files changed, 110 insertions(+) diff --git a/qga/commands-bsd.c b/qga/commands-bsd.c index