Page MenuHomeFreeBSD

mdmfs: Fix soft updates logic
ClosedPublic

Authored by des on Jan 19 2026, 4:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 14, 10:08 AM
Unknown Object (File)
Fri, Mar 13, 12:20 PM
Unknown Object (File)
Sat, Feb 28, 1:58 PM
Unknown Object (File)
Tue, Feb 24, 8:47 AM
Unknown Object (File)
Tue, Feb 24, 7:34 AM
Unknown Object (File)
Tue, Feb 24, 6:48 AM
Unknown Object (File)
Fri, Feb 20, 5:30 AM
Unknown Object (File)
Wed, Feb 18, 6:07 AM
Subscribers

Details

Summary

Now that newfs(8) has a command-line argument to disable soft updates,
use that instead of running tunefs(8) after the fact to turn them off.

MFC after: 1 week
Sponsored by: Klara, Inc.
Sponsored by: NetApp, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.Jan 19 2026, 4:33 PM

This looks good to my eye, but best get Kirk to confirm as well.

This revision is now accepted and ready to land.Jan 20 2026, 12:06 AM

Agreed, better way to do it.

This revision was automatically updated to reflect the committed changes.