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
F160264929: D40316.diff
Mon, Jun 22, 5:22 PM
F160256406: D40316.diff
Mon, Jun 22, 3:10 PM
Unknown Object (File)
Sun, Jun 21, 1:50 AM
Unknown Object (File)
Mon, Jun 15, 12:58 AM
Unknown Object (File)
Sun, Jun 14, 3:49 PM
Unknown Object (File)
Mon, Jun 8, 6:55 PM
Unknown Object (File)
Mon, Jun 8, 1:38 PM
Unknown Object (File)
Sat, May 30, 4:42 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