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)
Sat, Oct 11, 8:34 PM
Unknown Object (File)
Fri, Oct 3, 5:13 AM
Unknown Object (File)
Sep 14 2025, 3:32 PM
Unknown Object (File)
Sep 14 2025, 1:47 AM
Unknown Object (File)
Aug 21 2025, 11:36 AM
Unknown Object (File)
Aug 17 2025, 5:57 PM
Unknown Object (File)
Aug 13 2025, 6:09 PM
Unknown Object (File)
Jul 6 2025, 10:16 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