Skip to content

Commit

Permalink
CASMHMS-6256: Document hmcollector-poll workaround after updating Par…
Browse files Browse the repository at this point in the history
…adise BMC firmware (#5331)

* CASMHMS-6256: Document hmcollector-poll workaround after updating Paradise BMC firmware

* CASMHMS-6256: Fix spellcheck issues
  • Loading branch information
jwlv authored Aug 30, 2024
1 parent 63f5e94 commit f876176
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ For a list of all features with an announced removal target, see [Removals](intr

## Known issues

* After updating Paradise BMC firmware, the `hmcollector-poll` service will lose event subscriptions and must be restarted
* See [Updating Foxconn Paradise Nodes with FAS](operations/firmware/FAS_Paradise.md) for details on how to do this

### Security vulnerability exceptions in CSM 1.6
9 changes: 9 additions & 0 deletions operations/firmware/FAS_Paradise.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ To update using a JSON file and the Cray CLI, use this example JSON file and fol
}
```

**IMPORTANT:** There is a known bug that causes the `hmcollector-poll` service to lose event subscriptions
after BMC firmware is updated. After updating BMC firmware, the `hmcollector-poll` service must be restarted to
work around this issue. After the update is complete, and you confirm the BMC has been rebooted, restart
the `hmcollector-poll` service with this command:

```bash
kubectl -n services rollout restart deployment cray-hms-hmcollector-poll
```

## Update Paradise `bios_active` procedure

The nodes must be **OFF** before updating the BIOS
Expand Down

0 comments on commit f876176

Please sign in to comment.