Revision c7b46d59

b/lib/cmdlib.py
611 611
                                 (self.op.master_netdev,
612 612
                                  result.output.strip()))
613 613

  
614
    if not os.path.exists(constants.NODE_INITD_SCRIPT):
615
      raise errors.OpPrereqError("Missing init.d script '%s'. Please reinstall"
616
                                 " or install the script manually." %
617
                                 constants.NODE_INITD_SCRIPT)
618

  
614 619
  def Exec(self, feedback_fn):
615 620
    """Initialize the cluster.
616 621

  

Also available in: Unified diff