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 16, 5:05 PM
Unknown Object (File)
Sun, Apr 14, 12:54 AM
Unknown Object (File)
Feb 11 2024, 9:11 PM
Unknown Object (File)
Dec 22 2023, 10:01 PM
Unknown Object (File)
Aug 15 2023, 7:21 PM
Unknown Object (File)
Jul 5 2023, 11:06 AM
Unknown Object (File)
Jun 25 2023, 6:12 AM
Unknown Object (File)
May 30 2023, 6:37 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