Revision 6a016df9 lib/cmdlib.py

b/lib/cmdlib.py
2583 2583
        self.LogWarning("Could not re-enable the master role on"
2584 2584
                        " the master, please restart manually: %s", msg)
2585 2585

  
2586
    return clustername
2587

  
2586 2588

  
2587 2589
class LUSetClusterParams(LogicalUnit):
2588 2590
  """Change the parameters of the cluster.
......
4965 4967
    finally:
4966 4968
      _ShutdownInstanceDisks(self, inst)
4967 4969

  
4970
    return inst.name
4971

  
4968 4972

  
4969 4973
class LURemoveInstance(LogicalUnit):
4970 4974
  """Remove an instance.

Also available in: Unified diff