|
Bogdan Timofte
authored
3 months ago
|
1
|
# Default environment for pve-net-hang-watchdog
|
|
|
2
|
#
|
|
|
3
|
# Copy or install to:
|
|
|
4
|
# /etc/default/xdev-pve-net-hang-watchdog
|
|
|
5
|
#
|
|
|
6
|
# Uncomment to override defaults.
|
|
|
7
|
|
|
|
8
|
# Bridge whose uplink should be monitored for NIC hardware hang recovery.
|
|
|
9
|
# WATCH_BRIDGE=vmbr443
|
|
|
10
|
|
|
|
11
|
# Explicit interface to recover. If empty, the script auto-discovers bridge-ports.
|
|
|
12
|
# WATCH_IFACE=
|
|
|
13
|
|
|
|
14
|
# Minimum number of seconds between recoveries for duplicate events.
|
|
|
15
|
# COOLDOWN_SECONDS=30
|
|
|
16
|
|
|
|
17
|
# Journal pattern that identifies the hardware hang message.
|
|
|
18
|
# HANG_PATTERN=Detected Hardware Unit Hang:
|