[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: Mon, 26 Aug 2024 03:36:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279308 --- Comment #2 from Michael Proto <mike@jellydonut.org> --- I'm guessing bug has been in place since the defaults for newfs were changed 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. -- You are receiving this mail because: You are the assignee for the bug.