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)
Wed, Aug 12, 5:18 PM
Unknown Object (File)
Sat, Aug 8, 7:39 PM
Unknown Object (File)
Sun, Aug 2, 1:59 AM
Unknown Object (File)
Thu, Jul 30, 10:47 AM
Unknown Object (File)
Sat, Jul 25, 6:09 AM
Unknown Object (File)
Wed, Jul 22, 4:56 AM
Unknown Object (File)
Jul 10 2026, 2:42 AM
Unknown Object (File)
Jul 7 2026, 5:00 AM
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