Update instance modify message
authorIustin Pop <iustin@google.com>
Fri, 26 Oct 2012 06:41:07 +0000 (08:41 +0200)
committerIustin Pop <iustin@google.com>
Fri, 26 Oct 2012 08:06:00 +0000 (10:06 +0200)
Currently the message does not say explicitly that instance-initiated
reboots are useless to trigger the use of new parameters, per the
thread on the user mailing list. Let's improve it a bit.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michele Tartara <mtartara@google.com>

lib/client/gnt_instance.py

index df99bdb..083c57a 100644 (file)
@@ -1431,7 +1431,9 @@ def SetInstanceParams(opts, args):
     for param, data in result:
       ToStdout(" - %-5s -> %s", param, data)
     ToStdout("Please don't forget that most parameters take effect"
-             " only at the next start of the instance.")
+             " only at the next (re)start of the instance initiated by"
+             " ganeti; restarting from within the instance will"
+             " not be enough.")
   return 0