Uploaded image for project: 'CREAM'
  1. CREAM
  2. CREAM-132

TORQUE provider fails calculating GlueCEPolicyMax attributes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • CREAM TORQUE module 2.1.3
    • CREAM TORQUE module 2.1.2
    • Security Level: Public (Visbile by non-authn users.)
    • None

      Source: https://ggus.eu/ws/ticket_info.php?ticket=98910

      This issue covers the following bugs:

      1) the script info-dynamic-pbs does not perform the behavior:
      "min(resources_default.cput, resources_default.pcput) if defined, min(resources_max.cput, resources_max.pcput) otherwise". The provider mixes up the following instruction:

      if self.maxCPUtime == -1 and self.defaultCPUtime <> -1:
      self.maxCPUtime = self.defaultCPUtime

      with:

      if self.defaultCPUtime == -1 and self.maxCPUtime <> -1:
      self.defaultCPUtime = self.maxCPUtime

      2) The dynamic information provider is not able to retrieve the parameter defined at a server level, instead of a queue level.

            andreett Paolo Andreetto
            andreett Paolo Andreetto
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: