Revision d0b3526f
b/lib/cmdlib.py | ||
---|---|---|
2147 | 2147 |
if not rpc.call_instance_start(target_node, instance, None): |
2148 | 2148 |
_ShutdownInstanceDisks(instance, self.cfg) |
2149 | 2149 |
raise errors.OpExecError("Could not start instance %s on node %s." % |
2150 |
(instance, target_node)) |
|
2150 |
(instance.name, target_node))
|
|
2151 | 2151 |
|
2152 | 2152 |
|
2153 | 2153 |
def _CreateBlockDevOnPrimary(cfg, node, device): |
Also available in: Unified diff