b93852d53d
- Why I did it Support running hw-management service on MSN4700 emulation platform. - How I did it Use physical EEPROM instead of the fake one Do not skip PSUd, PCId, thermal control daemon Adjust PCIe and thermal configuration files Adjust platform.json for different chassis names and thermals Remove a patch to hw-management in order to enable it - How to verify it Run Nvidia simulation on SN4700 (ASIC and Platform) Signed-off-by: Stephen Sun <stephens@nvidia.com>
30 lines
1008 B
Diff
30 lines
1008 B
Diff
From e45320c61765b07f5d73f6c207f9f1d3b4d21721 Mon Sep 17 00:00:00 2001
|
|
From: Stephen Sun <stephens@nvidia.com>
|
|
Date: Mon, 28 Nov 2022 03:55:14 +0000
|
|
Subject: [PATCH 3/3] Make system-health service starts after hw-management to
|
|
avoid failures
|
|
|
|
On SN2410, it can fail to read the file led_status_capability if it starts from ONIE
|
|
|
|
Signed-off-by: Stephen Sun <stephens@nvidia.com>
|
|
---
|
|
debian/hw-management.hw-management.service | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/debian/hw-management.hw-management.service b/debian/hw-management.hw-management.service
|
|
index 1c25ffb2..639bd3cd 100755
|
|
--- a/debian/hw-management.hw-management.service
|
|
+++ b/debian/hw-management.hw-management.service
|
|
@@ -1,7 +1,7 @@
|
|
[Unit]
|
|
Description=Chassis HW management service of Mellanox systems
|
|
Documentation=man:hw-management.service(8)
|
|
-Before=determine-reboot-cause.service
|
|
+Before=determine-reboot-cause.service system-health.service watchdog-control.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
--
|
|
2.30.2
|
|
|