Skip to content

fix: mark in-place storage mount drift as a modify#394

Merged
josegonzalez merged 1 commit into
mainfrom
343-bug-storage-mount-plan-shows-a-create-marker-for-an-in-place-volume-options-change
Jul 18, 2026
Merged

fix: mark in-place storage mount drift as a modify#394
josegonzalez merged 1 commit into
mainfrom
343-bug-storage-mount-plan-shows-a-create-marker-for-an-in-place-volume-options-change

Conversation

@josegonzalez

Copy link
Copy Markdown
Member

The present-state planner hardcoded PlanStatusCreate even when an existing attachment was found and only volume_options drifted, so docket plan rendered the in-place remediation with the + create marker instead of the ~ modify marker. It now reports PlanStatusModify on the existing-attachment branch, matching sibling tasks such as service_expose. This affects only plan rendering; apply runs the same command and is unchanged.

Fixes #343.

The present-state planner hardcoded `PlanStatusCreate` even when an existing attachment was found and only `volume_options` drifted, so `docket plan` rendered the in-place remediation with the `+` create marker instead of the `~` modify marker. It now reports `PlanStatusModify` on the existing-attachment branch, matching sibling tasks such as `service_expose`. This affects only plan rendering; `apply` runs the same command and is unchanged.
@josegonzalez
josegonzalez merged commit 23efe8c into main Jul 18, 2026
14 checks passed
@josegonzalez
josegonzalez deleted the 343-bug-storage-mount-plan-shows-a-create-marker-for-an-in-place-volume-options-change branch July 18, 2026 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: storage_mount plan shows a create marker for an in-place volume_options change

1 participant