Commit 80a10dc
authored
Fix log_ssd_health hang issue (#1904)
What I did
Fix #9114
The log_ssd_health command hangs due to timeout being used with docker exec -i which also affect warmboot flow.
How I did it
Added foreground option for timeout. This is recommended when not using the command on shell
https://man7.org/linux/man-pages/man1/timeout.1.html
How to verify it
Run log_ssd_health and verify it does not hang
Signed-off-by: Sudharsan Dhamal Gopalarathnam sudharsand@nvidia.com1 parent ea4a730 commit 80a10dc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments