1. 17 Apr, 2018 1 commit
    • 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
  2. 16 Apr, 2018 3 commits
  3. 11 Apr, 2018 4 commits
  4. 10 Apr, 2018 1 commit
    • Morris Jette's avatar
      Change configurator.html defaults · dc910b93
      Morris Jette authored
      In configurator.html web pages change default configuration from
          task/none to task/affinity plugin and from select/linear plugin to
          select/cons_res plus CR_Core.
      dc910b93
  5. 04 Apr, 2018 1 commit
  6. 03 Apr, 2018 2 commits
  7. 02 Apr, 2018 1 commit
  8. 27 Mar, 2018 4 commits
  9. 26 Mar, 2018 1 commit
    • Felip Moll's avatar
      Prevent loss of node features on slurmctld -R · 7449d1cc
      Felip Moll authored
      While restarting slurmctld with -R flag, features were emptied.
      This patch just does nothing when recover=2 (-R) which means active and
      available features are preserved from the state files. Needed for
      backup slurmctld controller.
      
      Bug 4927
      7449d1cc
  10. 23 Mar, 2018 3 commits
  11. 22 Mar, 2018 1 commit
  12. 21 Mar, 2018 3 commits
  13. 20 Mar, 2018 1 commit
  14. 15 Mar, 2018 10 commits
  15. 14 Mar, 2018 4 commits