Revision a295eb80 lib/masterd/iallocator.py

b/lib/masterd/iallocator.py
433 433
    es_flags = rpc.GetExclusiveStorageForNodeNames(cfg, node_list)
434 434
    vg_req = rpc.BuildVgInfoQuery(cfg)
435 435
    has_lvm = bool(vg_req)
436
    hvspecs = [(hypervisor_name, cluster_info.hvparams[hypervisor_name])]
436 437
    node_data = self.rpc.call_node_info(node_list, vg_req,
437
                                        [hypervisor_name], es_flags)
438
                                        hvspecs, es_flags)
438 439
    node_iinfo = \
439 440
      self.rpc.call_all_instances_info(node_list,
440 441
                                       cluster_info.enabled_hypervisors)

Also available in: Unified diff