Revision 6291574d

b/lib/cmdlib.py
2391 2391
    try:
2392 2392
      if not rpc.call_instance_run_rename(inst.primary_node, inst, old_name,
2393 2393
                                          "sda", "sdb"):
2394
        msg = ("Could run OS rename script for instance %s on node %s (but the"
2395
               " instance has been renamed in Ganeti)" %
2394
        msg = ("Could not run OS rename script for instance %s on node %s"
2395
               " (but the instance has been renamed in Ganeti)" %
2396 2396
               (inst.name, inst.primary_node))
2397 2397
        logger.Error(msg)
2398 2398
    finally:

Also available in: Unified diff