Revision 0359e5d0 lib/masterd/iallocator.py

b/lib/masterd/iallocator.py
777 777
    if call_fn is None:
778 778
      call_fn = self.rpc.call_iallocator_runner
779 779

  
780
    result = call_fn(self.cfg.GetMasterNode(), name, self.in_text)
780
    ial_params = self.cfg.GetDefaultIAllocatorParameters()
781

  
782
    result = call_fn(self.cfg.GetMasterNode(), name, self.in_text, ial_params)
781 783
    result.Raise("Failure while running the iallocator script")
782 784

  
783 785
    self.out_text = result.payload

Also available in: Unified diff