Change the migration message
authorIustin Pop <iustin@google.com>
Mon, 3 May 2010 13:03:16 +0000 (15:03 +0200)
committerIustin Pop <iustin@google.com>
Mon, 3 May 2010 15:27:51 +0000 (17:27 +0200)
Let's remove the experimental message (the Ganeti side is stable
nowadays) and replace it with a warning about possible hypervisor
issues.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: RenĂ© Nussbaumer <rn@google.com>

scripts/gnt-instance

index 3dfcd34..250b11f 100755 (executable)
@@ -876,9 +876,8 @@ def MigrateInstance(opts, args):
     else:
       usertext = ("Instance %s will be migrated. Note that migration" %
                   (instance_name,))
-    usertext += (" is **experimental** in this version."
-                " This might impact the instance if anything goes wrong."
-                " Continue?")
+    usertext += (" might impact the instance if anything goes wrong"
+                 " (e.g. due to bugs in the hypervisor). Continue?")
     if not AskUser(usertext):
       return 1