1. 27 Mar, 2018 2 commits
  2. 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
  3. 23 Mar, 2018 3 commits
  4. 22 Mar, 2018 1 commit
  5. 21 Mar, 2018 3 commits
  6. 20 Mar, 2018 1 commit
  7. 15 Mar, 2018 10 commits
  8. 14 Mar, 2018 5 commits
  9. 13 Mar, 2018 2 commits
  10. 12 Mar, 2018 1 commit
  11. 08 Mar, 2018 1 commit
  12. 07 Mar, 2018 1 commit
  13. 02 Mar, 2018 1 commit
  14. 28 Feb, 2018 4 commits
  15. 27 Feb, 2018 1 commit
  16. 23 Feb, 2018 1 commit
  17. 22 Feb, 2018 2 commits
    • Morris Jette's avatar
      burst_buffer/cray - Prevent use of "#DW create_persistent" and · 7f537cca
      Morris Jette authored
      "#DW destroy_persistent" directives available in Cray CLE6.0UP06. This
      will be supported in Slurm version 18.08. Use "#BB" directives until then.
      
      Bug 4302
      7f537cca
    • Felip Moll's avatar
      Only launch a single io_timeout_thread · 738890aa
      Felip Moll authored
      Only a single io_timeout_thread should be created for each sls struct.
      
      Creating multiple, while seemingly harmless in operation, can lead to
      fatal() messages when srun shuts down by destroying mutex locks that
      are in use by threads that srun doesn't expect to still have running.
      
      Regression caused by a1185f04.
      
      Bug 4596
      738890aa