Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Module parameter to enable spl_panic() to panic the kernel
In unattended operations it's often more useful to have node panic and reboot when it encounters problems as opposed to sit there indefinitely waiting for somebody to discover it. This implements an spl_panic_crash module parameter, set it to nonzero to cause spl_panic() to call panic(). Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Giuseppe Di Natale <[email protected]> Signed-off-by: Oleg Drokin <[email protected]> Closes openzfs#634
- Loading branch information