Skip to content

STOR060 after ControllerDrivesDecommission on BOSS controller #369

@krish-nvidia

Description

@krish-nvidia

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

  1. Discover BOSS controller by enumerating /redfish/v1/Systems/System.Embedded.1/Storage
  2. Disable iDRAC lockdown
  3. POST /redfish/v1/Systems/System.Embedded.1/Storage/BOSS.Slot.6-1/Actions/Oem/DellStorage.ControllerDrivesDecommission with @Redfish.OperationApplyTime: Immediate
  4. Poll job until completion
  5. POST ComputerSystem.Reset with ForceRestart
  6. GET /redfish/v1/Systems/System.Embedded.1/Storage/BOSS.Slot.6-1 to retrieve drives
  7. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions