Skip to content

Commit

Permalink
Documentation: Update VM live migration implementation diagrams (#14652)
Browse files Browse the repository at this point in the history
This PR includes updates to the VM live migration implementation
diagrams to improve diagram clarity.

I've removed the "WebSocket" element from the flowchart since the
connector doesn't accurately depict all the connections in the live
migration process (there is also the Unix socket for the NBD connection,
etc.). I think the flowchart should just focus on the steps and VM
states, rather than the connections.
  • Loading branch information
tomponline authored Dec 14, 2024
2 parents 0a6a7ce + 3e590c9 commit de3f147
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/images/vm_live_migration_flowchart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions doc/images/vm_live_migration_fsa_diagram.svg

This file was deleted.

4 changes: 4 additions & 0 deletions doc/images/vm_live_migration_state_diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion doc/reference/vm_live_migration_internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Non-Shared Storage Migration

The state transitions during the process are shown below:

```{figure} /images/vm_live_migration_fsa_diagram.svg
```{figure} /images/vm_live_migration_state_diagram.svg
Non-Shared Storage Migration State Transitions
```

Expand Down

0 comments on commit de3f147

Please sign in to comment.