1. 10 Jun, 2015 5 commits
    • Morris Jette's avatar
      Merge branch 'slurm-14.11' · 332d834c
      Morris Jette authored
      332d834c
    • Morris Jette's avatar
      Add NEWS for last commit · 30e50e6c
      Morris Jette authored
      30e50e6c
    • Didier GAZEN's avatar
      Fix for node reboot/down state · 3c2b46af
      Didier GAZEN authored
      In your node_mgr fix to keep rebooted nodes down (commit 9cd15dfe), you
      forgot to consider the case of nodes that are powered up but are responding after
      ResumeTimeout seconds (the maximum time permitted). Such nodes are
      marked DOWN (because they didn't respond within ResumeTimeout seconds) than
      should become silently available when ReturnToService=1 (as stated in the slurm.conf manual)
      
      With your modification when such nodes are finally responding, they are seen as
      rebooted nodes and remain in the DOWN state (with the new reason: Node
      unexpectedly rebooted) even when ReturnToService=1 !
      
      My patch to obtain the correct behaviour:
      3c2b46af
    • Morris Jette's avatar
      Merge branch 'slurm-14.11' · da0c70a8
      Morris Jette authored
      Conflicts:
      	doc/man/man5/slurm.conf.5
      	src/plugins/select/cons_res/job_test.c
      da0c70a8
    • Morris Jette's avatar
      select/serial gres scheduling fix · f2a08ce7
      Morris Jette authored
      Equivalent fix as e1a00772
      for select/serial rather than select/cons_res
      f2a08ce7
  2. 09 Jun, 2015 13 commits
  3. 08 Jun, 2015 4 commits
  4. 06 Jun, 2015 1 commit
  5. 05 Jun, 2015 15 commits
  6. 04 Jun, 2015 2 commits