On a PowerEdge R770 running iDRAC firmware 1.30.10.50, volume creation on a BOSS controller fails with STOR060 after a ControllerDrivesDecommission. This was working on previous iDRAC firmware versions.
Steps to reproduce
- Discover BOSS controller by enumerating
/redfish/v1/Systems/System.Embedded.1/Storage
- Disable iDRAC lockdown
- POST
/redfish/v1/Systems/System.Embedded.1/Storage/BOSS.Slot.6-1/Actions/Oem/DellStorage.ControllerDrivesDecommission with @Redfish.OperationApplyTime: Immediate
- Poll job until completion
- POST
ComputerSystem.Reset with ForceRestart
- GET
/redfish/v1/Systems/System.Embedded.1/Storage/BOSS.Slot.6-1 to retrieve drives
- POST
/redfish/v1/Systems/System.Embedded.1/Storage/BOSS.Slot.6-1/Volumes with Name ("VD_0"), RAIDType, and drive Links
Result
Step 7 returns HTTP 400 with IDRAC.2.16.STOR060: "Configuration operations are not supported on the specified storage controller"
Workaround
POST /redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellManager.ResetConfig with {"TargetFQDD": "BOSS.Slot.6-1"} before step 7 allows the volume creation to succeed.
Questions
- Is this a regression in 1.30.10.50?
- Is
ResetConfig the recommended way to restore the BOSS controller to a configurable state after ControllerDrivesDecommission?
- Is there a less destructive alternative?
On a PowerEdge R770 running iDRAC firmware 1.30.10.50, volume creation on a BOSS controller fails with
STOR060after aControllerDrivesDecommission. This was working on previous iDRAC firmware versions.Steps to reproduce
/redfish/v1/Systems/System.Embedded.1/Storage/redfish/v1/Systems/System.Embedded.1/Storage/BOSS.Slot.6-1/Actions/Oem/DellStorage.ControllerDrivesDecommissionwith@Redfish.OperationApplyTime: ImmediateComputerSystem.ResetwithForceRestart/redfish/v1/Systems/System.Embedded.1/Storage/BOSS.Slot.6-1to retrieve drives/redfish/v1/Systems/System.Embedded.1/Storage/BOSS.Slot.6-1/Volumeswith Name ("VD_0"), RAIDType, and drive LinksResult
Step 7 returns HTTP 400 with
IDRAC.2.16.STOR060: "Configuration operations are not supported on the specified storage controller"Workaround
POST
/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellManager.ResetConfigwith{"TargetFQDD": "BOSS.Slot.6-1"}before step 7 allows the volume creation to succeed.Questions
ResetConfigthe recommended way to restore the BOSS controller to a configurable state afterControllerDrivesDecommission?