[Bug 279308] mdmfs does not work as documented
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 279308] mdmfs does not work as documented"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Oct 2024 15:07:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279308
--- Comment #13 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=5b21d4ad060acb06c72e0458daebec9bcbf0cefd
commit 5b21d4ad060acb06c72e0458daebec9bcbf0cefd
Author: Kirk McKusick <mckusick@FreeBSD.org>
AuthorDate: 2024-10-03 15:05:42 +0000
Commit: Kirk McKusick <mckusick@FreeBSD.org>
CommitDate: 2024-10-03 15:06:28 +0000
Ensure that soft updates are not enabled by default when using mdmfs(8)
When soft updates began being enabled by default that change carried
over to mdmfs(8) which does not want or need them. This fix ensures
that they are only enabled in mdmfs(8) when requested with the -U flag.
Reported by: Ivan Rozhuk
Tested by: Ivan Rozhuk
PR: 279308
MFC after: 1 week
include/paths.h | 3 +++
sbin/mdmfs/mdmfs.c | 9 ++++++++-
2 files changed, 11 insertions(+), 1 deletion(-)
--
You are receiving this mail because:
You are the assignee for the bug.