From: Iustin Pop Date: Fri, 26 Oct 2012 06:41:07 +0000 (+0200) Subject: Update instance modify message X-Git-Tag: v2.6.2~39 X-Git-Url: https://code.grnet.gr/git/ganeti-local/commitdiff_plain/d976957dd782d3a80d18a9848a6d15707171c805 Update instance modify message 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 Reviewed-by: Michele Tartara --- diff --git a/lib/client/gnt_instance.py b/lib/client/gnt_instance.py index df99bdb..083c57a 100644 --- a/lib/client/gnt_instance.py +++ b/lib/client/gnt_instance.py @@ -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