Page MenuHomeFreeBSD

kern: vfs: add a vfs.mountroot.onfail tunable
AcceptedPublic

Authored by kevans on May 29 2023, 1:17 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 13, 7:07 AM
Unknown Object (File)
Sat, Nov 8, 11:27 PM
Unknown Object (File)
Oct 24 2025, 5:06 PM
Unknown Object (File)
Oct 22 2025, 11:33 PM
Unknown Object (File)
Oct 22 2025, 11:33 PM
Unknown Object (File)
Oct 22 2025, 3:01 PM
Unknown Object (File)
Oct 16 2025, 1:43 AM
Unknown Object (File)
Oct 15 2025, 8:14 PM
Subscribers

Details

Summary

Allows changing the .onfail action away from "panic" -- valid values at
the time of this commit are "continue", "panic", "reboot", and "retry".

I couldn't figure out how to inject a different .onfail mode out of the
existing options without needing to rebuild a kernel, so this may just
be a misguided change.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 51754
Build 48645: arc lint + arc unit