sonic-buildimage/platform/broadcom/sonic-platform-modules-dell/s6100/systemd/s6100-ssd-monitor.service
Santhosh Kumar T 1952afdeed
[201811] DellEMC S6100 SSD Monitor porting changes (#7290)
Why I did it
To monitor the SSD health condition in DellEMC S6100 platform post upgrade.
A daemon is introduced to monitor the SSD every one hour.
To check for SSD status at boot time and at the time of cold-reboot.
All these changes are supported only for newer SSD firmware.
Porting changes from 201911 branch
Added a platform_reboot_pre_check script to prevent cold-reboot based on SSD status.
Depends on Azure/sonic-utilities#1557
2021-05-04 09:44:24 -07:00

13 lines
196 B
Desktop File

[Unit]
Description=Dell S6100 SSD monitoring poller
DefaultDependencies=no
[Service]
User=root
ExecStart=/usr/local/bin/s6100_ssd_mon.sh
RemainAfterExit=no
[Install]
WantedBy=multi-user.target