From: Thomas Vander Stichele <[email protected]>
---
lib/cmdlib/instance_storage.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/cmdlib/instance_storage.py b/lib/cmdlib/instance_storage.py
index 7292f7e..9d6bba9 100644
--- a/lib/cmdlib/instance_storage.py
+++ b/lib/cmdlib/instance_storage.py
@@ -2586,8 +2586,8 @@ class TLReplaceDisks(Tasklet):
if msg:
raise errors.OpExecError(
"Can't attach drbd disks on node %s: %s (please do a gnt-instance "
- "info to see the status of disks)" %
- (self.cfg.GetNodeName(to_node), msg))
+ "info %s to see the status of disks)" %
+ (self.cfg.GetNodeName(to_node), msg, self.instance.name))
cstep = itertools.count(5)
--
2.4.3.573.g4eafbef