feat: reset BOSS config on Dell R770s before volume creation#2275
feat: reset BOSS config on Dell R770s before volume creation#2275kdhulipala-wq wants to merge 1 commit into
Conversation
…workaround) Signed-off-by: Krishna Dhulipala <kdhulipala@nvidia.com>
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/ok to test 264cdf6 |
|
🌿 Preview your docs: https://nvidia-preview-pull-request-2275.docs.buildwithfern.com/infra-controller |
Description
Works around STOR060 on Dell R770 (iDRAC10), where BOSS volume creation fails after a
ControllerDrivesDecommissionduring instance termination. Also adds a new R770-gatedResetBossConfigcleanup state that runsDellRaidService.ResetConfig+ reboot before recreating the volume. Other Dells are unchanged. Also adds anadmin-cli redfish reset-configcommand.Type of Change
Related Issues (Optional)
Breaking Changes
Additional Notes
This PR temporarily pins
libredfishto a fork branch addingreset_storage_config; we will swap this back to an upstream tag before we merge it.