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)
Tue, Apr 22, 1:43 PM
Unknown Object (File)
Mar 29 2025, 12:58 AM
Unknown Object (File)
Mar 22 2025, 7:27 AM
Unknown Object (File)
Feb 23 2025, 4:20 AM
Unknown Object (File)
Jan 20 2025, 1:03 PM
Unknown Object (File)
Jan 5 2025, 4:05 AM
Unknown Object (File)
Dec 20 2024, 11:41 PM
Unknown Object (File)
Dec 13 2024, 9:52 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