Revision 3697def0 lib/config.py

b/lib/config.py
745 745
        _helper("node %s" % node.name, "ndparams",
746 746
                cluster.FillND(node, data.nodegroups[node.group]),
747 747
                constants.NDS_PARAMETER_TYPES)
748
      used_globals = constants.NDC_GLOBALS.intersection(node.ndparams)
749
      if used_globals:
750
        result.append("Node '%s' has some global parameters set: %s" %
751
                      (node.name, utils.CommaJoin(used_globals)))
748 752

  
749 753
    # nodegroups checks
750 754
    nodegroups_names = set()

Also available in: Unified diff