Difference between revisions of "LiveMigrationWorkflows"
(Created page with " == Current workflows == == Current problems == == Proposed workflow == == Bugs/blueprints ==") |
(→Bugs/blueprints/reviews) |
||
| (13 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | == | + | == Live Migration == |
| − | == | + | === Definitions === |
| − | + | ;Live migration | |
| + | : Moving a instance (and associated) resources from one compute node to another compute node while the instance is still '''running'''. | ||
| − | == Bugs/blueprints == | + | === Workflows === |
| + | |||
| + | |||
| + | [[File:Live-migrate-happy.png|Basic migrate path]] | ||
| + | |||
| + | http://tinyurl.com/c3wu3fw | ||
| + | |||
| + | [[File:Live_migrate.png|Migration volume backed, w/o shared storage]] | ||
| + | |||
| + | http://tinyurl.com/bnkjz4w | ||
| + | |||
| + | === Issues === | ||
| + | |||
| + | ==== Proposed workflow ==== | ||
| + | |||
| + | === Bugs/blueprints/reviews === | ||
| + | |||
| + | * https://blueprints.launchpad.net/nova/+spec/unified-migrations | ||
Latest revision as of 19:16, 10 May 2013
Contents
Live Migration
Definitions
- Live migration
- Moving a instance (and associated) resources from one compute node to another compute node while the instance is still running.

