Skip to content

Decommissioning expunged disks should happen in planner #7098

@andrewjstone

Description

@andrewjstone

Currently, we decommission expunged disks during reconfigurator execution. This expungement step is tied to a previous step in the executor that ensures that any expunged disks no longer exist on the given sled.

Unfortunately, this coupling prevents us from making all execution steps independent and skippable as a solution to #6999.
We can resolve this issue by decommissioning disks in the planner, rather than in the executor as we do with sled decommissioning

Metadata

Metadata

Assignees

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