From d976957dd782d3a80d18a9848a6d15707171c805 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Fri, 26 Oct 2012 08:41:07 +0200 Subject: [PATCH] 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 --- lib/client/gnt_instance.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 1.7.10.4