Date: Thu, 25 Oct 2018 13:37:31 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 232676] gconcat fails to advertise delete capability Message-ID: <bug-232676-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232676 Bug ID: 232676 Summary: gconcat fails to advertise delete capability Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: noah.bergbauer@tum.de gconcat appears to correctly forward BIO_DELETE requests to the underlying providers but has no code to handle queries for the candelete attribute. As= a result things TRIM/DISCARD will not work properly through gconcat (e.g. ufs won't try to use it and print a warning instead). I think gconcat should advertise delete support whenever any component does. Those that don't can just ignore it - besides, mixed configurations should = be rather uncommon. As a sidenote, overriding the candelete property seems like the kind of thi= ng gnop should be able to do. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232676-227>