Skip to content

Commit d1f773d

Browse files
stuggiclaude
andcommitted
[b/r] Group post-restore steps in flowchart subgraph
Wrap EDPM Deployment and Re-enable InstanceHa in a "Post-Restore" subgraph, consistent with the order 50 grouping. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e40325f commit d1f773d

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

docs/dev/backup-restore/backup-restore-controller-design.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -733,8 +733,14 @@ flowchart TD
733733
WaitServices -->|Ready| ServicesReady[Services Ready:<br/>Keystone, Nova, Neutron,<br/>Glance, etc.]
734734
735735
ServicesReady --> RestoreDP[Order 60: Restore DataPlane<br/>OpenStackDataPlaneNodeSet]
736-
RestoreDP --> EDPMDeploy[Post-Restore: EDPM Deployment<br/>Resync credentials on<br/>dataplane nodes]
737-
EDPMDeploy --> EnableIHA[Post-Restore: Re-enable InstanceHa<br/>spec.disabled: False]
736+
737+
RestoreDP --> EDPMDeploy
738+
739+
subgraph PostRestore["Post-Restore: Manual Verification & Finalization"]
740+
EDPMDeploy[EDPM Deployment<br/>Resync credentials on<br/>dataplane nodes]
741+
--> EnableIHA[Re-enable InstanceHa<br/>spec.disabled: False]
742+
end
743+
738744
EnableIHA --> End([Restore Complete])
739745
740746
subgraph Legend

0 commit comments

Comments
 (0)