VerityCorruptionOption
Corruption option for verity.
Characteristic | Value |
---|---|
Type | enum |
Variants
IO-Error
Fails the I/O operation with an I/O error.
Characteristic | Value |
---|---|
Type | string |
Value | io-error |
Ignore
Ignores the corruption and continues operation.
Characteristic | Value |
---|---|
Type | string |
Value | ignore |
Panic
Causes the system to panic (print errors) and then try restarting.
Characteristic | Value |
---|---|
Type | string |
Value | panic |
Restart
Attempts to restart the system.
Characteristic | Value |
---|---|
Type | string |
Value | restart |