mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
There can be many reasons of VDEV failures, so log type as well.
This commit is contained in:
parent
db2faf119f
commit
86e97941c4
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ notify 10 {
|
|||
notify 10 {
|
||||
match "system" "ZFS";
|
||||
match "type" "vdev";
|
||||
action "logger -p kern.err 'ZFS: vdev failure, zpool=$pool'";
|
||||
action "logger -p kern.err 'ZFS: vdev failure, zpool=$pool type=$type'";
|
||||
};
|
||||
|
||||
notify 10 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue