Re: [PATCH] Allow specifying zero discard granularity for block devices

2025-07-17 Thread Ján Tomko via Devel
On a Thursday in 2025, Martin Kletzander via Devel wrote: On Thu, Jul 17, 2025 at 03:14:36PM +0200, Martin Kletzander wrote: From: Martin Kletzander That allows for disabling discard in a way that some guest OSes (e.g. Windows) understand and do not try to trim the disk. Resolves: https://iss

Re: [PATCH] Allow specifying zero discard granularity for block devices

2025-07-17 Thread Peter Krempa via Devel
On Thu, Jul 17, 2025 at 15:14:36 +0200, Martin Kletzander via Devel wrote: > From: Martin Kletzander > > That allows for disabling discard in a way that some guest > OSes (e.g. Windows) understand and do not try to trim the disk. > > Resolves: https://issues.redhat.com/browse/RHEL-72006 > Signed

Re: [PATCH] Allow specifying zero discard granularity for block devices

2025-07-17 Thread Martin Kletzander via Devel
On Thu, Jul 17, 2025 at 03:14:36PM +0200, Martin Kletzander wrote: From: Martin Kletzander That allows for disabling discard in a way that some guest OSes (e.g. Windows) understand and do not try to trim the disk. Resolves: https://issues.redhat.com/browse/RHEL-72006 Signed-off-by: Martin Klet

[PATCH] Allow specifying zero discard granularity for block devices

2025-07-17 Thread Martin Kletzander via Devel
From: Martin Kletzander That allows for disabling discard in a way that some guest OSes (e.g. Windows) understand and do not try to trim the disk. Resolves: https://issues.redhat.com/browse/RHEL-72006 Signed-off-by: Martin Kletzander --- Out of all the approaches for allowing previously default