Skip to content

Commit bfce7ad

Browse files
committed
Add more possible reboot causes
1 parent aa55f96 commit bfce7ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sonic_platform_base/chassis_base.py

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ class ChassisBase(device_base.DeviceBase):
2323
# Possible reboot causes
2424
REBOOT_CAUSE_POWER_LOSS = "power_loss"
2525
REBOOT_CAUSE_THERMAL_OVERLOAD = "thermal_overload"
26+
REBOOT_CAUSE_INSUFFICIENT_FAN = "insufficient_fan"
27+
REBOOT_CAUSE_WATCHDOG = "watchdog"
2628
REBOOT_CAUSE_SOFTWARE = "software"
2729

2830
# List of all fans available on the chassis

0 commit comments

Comments
 (0)