Skip to content

Commit d7ba89a

Browse files
dbarashinvdmssonicbld
authored andcommitted
[Mellanox] fix for watchdog device not found, adding dependency on hw-management (#14182)
- Why I did it Sometimes Nvidia watchdog device isn't ready when watchdog-control service is up after first installation from ONIE need to delay watchdog control service to go up after hw-mgmt which gets devices up and ready - How I did it Delay Nvidia watchdog-control service before hw-mgmt has started on Mellanox platform in order to avoid missing or not ready watchdog device. - How to verify it verification test of ONIE installation of image in a loop making sure watchdog service is always up (not failed) after first installation from ONIE
1 parent cc5ed4b commit d7ba89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/mellanox/hw-management/0004-Make-system-health-service-starts-after-hw-managemen.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ index 1c25ffb..0fbd877 100755
2020
Description=Chassis HW management service of Mellanox systems
2121
Documentation=man:hw-management.service(8)
2222
-Before=determine-reboot-cause.service
23-
+Before=determine-reboot-cause.service system-health.service
23+
+Before=determine-reboot-cause.service system-health.service watchdog-control.service
2424

2525
[Service]
2626
Type=oneshot

0 commit comments

Comments
 (0)