Revision 861a296e lib/cmdlib.py

b/lib/cmdlib.py
1721 1721
            needed_mem += bep[constants.BE_MEMORY]
1722 1722
        test = n_img.mfree < needed_mem
1723 1723
        self._ErrorIf(test, self.ENODEN1, node,
1724
                      "not enough memory on to accommodate"
1725
                      " failovers should peer node %s fail", prinode)
1724
                      "not enough memory to accomodate instance failovers"
1725
                      " should node %s fail", prinode)
1726 1726

  
1727 1727
  def _VerifyNodeFiles(self, ninfo, nresult, file_list, local_cksum,
1728 1728
                       master_files):

Also available in: Unified diff