Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2024 03:36:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 279308] mdmfs does not work as documented
Message-ID:  <bug-279308-227-vzwh0Kiqhd@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-279308-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-279308-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279308

--- Comment #2 from Michael Proto <mike@jellydonut.org> ---
I'm guessing bug has been in place since the defaults for newfs were change=
d to
enable soft-updates by default, based on what I see in mdmfs.c:

                if (softdep)
                        argappend(&newfs_arg, "-U");

Not quite sure what the specific fix would be here as newfs doesn't have a =
flag
to disable soft-updates when formatting a filesystem, outside of "tunefs -n
disable" being run.

--=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-279308-227-vzwh0Kiqhd>