Updates:
Summary: Invalid formatting in mcpu.py
Comment #3 on issue 84 by iustinp: Invalid formatting in mcpu.py
http://code.google.com/p/ganeti/issues/detail?id=84
Hi,
This seems to be a wrong formatting in mcpu.py.
Could you try this patch please:
diff --git a/lib/mcpu.py b/lib/mcpu.py
index 959a837..ec2b7e2 100644
--- a/lib/mcpu.py
+++ b/lib/mcpu.py
@@ -343,7 +343,7 @@ class HooksMaster(object):
if res.failed or res.data is False or not isinstance(res.data,
list):
if not res.offline:
self.proc.LogWarning("Communication failure to node %s" %
- node_name)
+ (node_name, ))
continue
for script, hkr, output in res.data:
if hkr == constants.HKR_FAIL:
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings