Revision 030ab01a lib/server/noded.py

b/lib/server/noded.py
721 721
    """Query node information.
722 722

  
723 723
    """
724
    (storage_units, hv_names, excl_stor) = params
725
    return backend.GetNodeInfo(storage_units, hv_names, excl_stor)
724
    (storage_units, hv_specs, excl_stor) = params
725
    return backend.GetNodeInfo(storage_units, hv_specs, excl_stor)
726 726

  
727 727
  @staticmethod
728 728
  def perspective_etc_hosts_modify(params):

Also available in: Unified diff