Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Visibility: Public
  • Change Control: Stable
  • Details:
    • Queue will have a new "partition" attribute which can be used to associate a node to a particular partition.
      • This attribute will be of type string and it will be settable only by Manager/operator and viewable by all users.
      • If "partition" attribute is not set to anything, queue will not belong to any partition and default scheduler will schedule jobs from this queue.
      • We recommend this attribute to be set as job-wide default at queue level
      • When an admin changes the partition value at the queue level all jobs (except in a finished state) will have their partition attribute changed to match the new value if they match the previous value for the partion. All new jobs entering the queue after that time will have their partition attribute to match the partition value set for the queue

...