Commit bc170e0
committed
Fix sushy-tools container startup failures
Resolves issues preventing sushy-tools BMC emulator from starting:
- Fix SSH volume mount path (/root/ssh -> /root/.ssh)
- Explicitly specify config file in container command
- Add SELinux labels (:z) to volume mounts for permission access
These fixes ensure sushy-tools starts correctly and passes health checks
for Redfish endpoint accessibility.1 parent ac07f5a commit bc170e0
2 files changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
179 | 180 | | |
180 | 181 | | |
181 | 182 | | |
| |||
0 commit comments