We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa55f96 commit bfce7adCopy full SHA for bfce7ad
sonic_platform_base/chassis_base.py
@@ -23,6 +23,8 @@ class ChassisBase(device_base.DeviceBase):
23
# Possible reboot causes
24
REBOOT_CAUSE_POWER_LOSS = "power_loss"
25
REBOOT_CAUSE_THERMAL_OVERLOAD = "thermal_overload"
26
+ REBOOT_CAUSE_INSUFFICIENT_FAN = "insufficient_fan"
27
+ REBOOT_CAUSE_WATCHDOG = "watchdog"
28
REBOOT_CAUSE_SOFTWARE = "software"
29
30
# List of all fans available on the chassis
0 commit comments