Revision b726aff0 lib/cmdlib.py

b/lib/cmdlib.py
1425 1425

  
1426 1426
    finally:
1427 1427
      result = self.rpc.call_node_start_master(master, False)
1428
      if result.failed or not result.data:
1428
      msg = result.RemoteFailMsg()
1429
      if msg:
1429 1430
        self.LogWarning("Could not re-enable the master role on"
1430
                        " the master, please restart manually.")
1431
                        " the master, please restart manually: %s", msg)
1431 1432

  
1432 1433

  
1433 1434
def _RecursiveCheckIfLVMBased(disk):

Also available in: Unified diff