Update instance modify message
[ganeti-local] / 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