From 8c694d824a0d03942ff3727a3380ca4d76cd6fc7 Mon Sep 17 00:00:00 2001 From: Tanja Roth Date: Mon, 9 Sep 2013 16:08:23 +0000 Subject: [PATCH] adding entity for migration basics git-svn-id: http://svn.suse.de/svn/doc/trunk/cloud/en@58037 2463f871-af05-0410-bd21-ebfa852e3ce4 --- xml/phrases-decl.ent | 50 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/xml/phrases-decl.ent b/xml/phrases-decl.ent index a8ac5e967..464d185b8 100644 --- a/xml/phrases-decl.ent +++ b/xml/phrases-decl.ent @@ -713,7 +713,8 @@ to cloud administrators or cloud operators only. For maintenance reasons, you can pause or suspend images—provided they are running on &kvm; or &xen;. Pausing or suspending avoids the consequences - that come with terminating an instance. + that come with terminating an instance. Instances running on &vmware; or + &hyper; can only be suspended, but not paused. If you pause an instance, the content of the virtual machine is stored to memory (RAM) and the image is kept running in a frozen state. When suspending an instance, the content of the virtual @@ -1202,3 +1203,50 @@ addresses.'> -v "URL" \ /etc/crowbar/provisioner.json '> + + The term migration in &ostack; refers to the + process of moving a virtual machine instance from one &compnode; to + another. &ostack; discriminates between two types of migration: + + + Offline (Non-live) Migration + + + taroth 2013-09-09: DEVs, is the following correct? + The instance will be shut down in order to be moved to another + &compnode;, leading to instance downtime and all consequences of + shutting down an instance. The destination of the instance cannot be + defined by the cloud administrator, instead it is picked by the nova + scheduler. + + + + + Live Migration + + + taroth 2013-09-09: DEVs, is the following correct? + During the move to another &compnode; there is only very little + downtime of the virtual machine instance. However, if the default + configuration options in &ostack; ∁ are used, the instance + will be suspended before migration. When executing a live migration, the + cloud administrator has to select to which &compnode; to move the + instance. + For live migrations, we need to discriminate between the following + scenarios + + + Live migration on shared storage. In this case, both &compnode;s have access + to a shared storage. + + + Live migration without shared storage (block migration). In this + case, no shared storage is required. + + + + + + '> +