[Bug 277673] TRIM visibility bugs

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 03 May 2024 15:04:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277673

--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=ea2d874cca7cdfe6133c1835dadd8f0672723fa6

commit ea2d874cca7cdfe6133c1835dadd8f0672723fa6
Author:     Matthew Grooms <mgrooms@shrew.net>
AuthorDate: 2024-05-03 15:01:21 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-05-03 15:03:31 +0000

    geom_stripe: Cascade cantrim just like we do for gmirror

    If any of the disks can support trim, cascade that up the
    stack. Otherwise, trims won't pass through striped raid setups.

    PR: 277673
    Reviewed by: imp (minor style tweaks from bug report)

 sys/geom/stripe/g_stripe.c | 21 ++++++++++++++++++++-
 sys/geom/stripe/g_stripe.h |  3 +++
 2 files changed, 23 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.