1. 03 May, 2018 5 commits
  2. 02 May, 2018 6 commits
  3. 01 May, 2018 2 commits
  4. 30 Apr, 2018 7 commits
  5. 28 Apr, 2018 4 commits
  6. 27 Apr, 2018 1 commit
  7. 26 Apr, 2018 2 commits
  8. 25 Apr, 2018 2 commits
  9. 24 Apr, 2018 3 commits
  10. 23 Apr, 2018 2 commits
  11. 19 Apr, 2018 4 commits
  12. 17 Apr, 2018 2 commits
    • Morris Jette's avatar
      831aaceb
    • Morris Jette's avatar
      Make UnavailableNodes value in job reason be correct for each job · fc4e5ac9
      Morris Jette authored
      1. Identifies nodes which are unavailable to a specific job,
      adding a call to filter_by_node_owner() in select_nodes()
       where the node list is generated.
      2. Removes the "unavail_node_str" argument to select_nodes()
      as it is no longer useful. This string originally was originally
      generated once at the start of the job scheduling logic for all jobs,
      but since each job can have a different set of
       unavailable nodes (dedicated to user, group, etc.)
      so the same string for all jobs can be misleading.
      
      Bug 4932.
      fc4e5ac9