Updates:
        Status: Fixed
        Owner: [email protected]
        Labels: Milestone-Release2.10

Comment #2 on issue 1015 by [email protected]: Typo in gnt-cluster upgrade
https://code.google.com/p/ganeti/issues/detail?id=1015

commit f3aff42bc2fafbd7049389ebc08be392248c3b25
Author: Aaron Karper <[email protected]>
Date:   Wed Jan 7 08:26:29 2015 +0100

    Fix typo in gnt_cluster output

    Fixes issue #1015

    Signed-off-by: Aaron Karper <[email protected]>
    Reviewed-by: Helga Velroyen <[email protected]>

    Cherry-picked from 19a5c6c351f815e89afe948897897a3eb14d29c3

    Signed-off-by: Klaus Aehlig <[email protected]>
    Reviewed-by: Hrvoje Ribicic <[email protected]>

diff --git a/lib/client/gnt_cluster.py b/lib/client/gnt_cluster.py
index af3f407..4d5af83 100644
--- a/lib/client/gnt_cluster.py
+++ b/lib/client/gnt_cluster.py
@@ -1984,7 +1984,7 @@ def _UpgradeAfterConfigurationChange(oldversion):
   if not _RunCommandAndReport([pathutils.POST_UPGRADE, oldversion]):
     returnvalue = 1

-  ToStdout("Unpasuing the watcher.")
+  ToStdout("Unpausing the watcher.")
   if not _RunCommandAndReport(["gnt-cluster", "watcher", "continue"]):
     returnvalue = 1



--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to