1. 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
  2. 23 Mar, 2018 3 commits
  3. 22 Mar, 2018 1 commit
  4. 21 Mar, 2018 3 commits
  5. 20 Mar, 2018 1 commit
  6. 15 Mar, 2018 10 commits
  7. 14 Mar, 2018 5 commits
  8. 13 Mar, 2018 2 commits
  9. 12 Mar, 2018 1 commit
  10. 08 Mar, 2018 1 commit
  11. 07 Mar, 2018 1 commit
  12. 02 Mar, 2018 1 commit
  13. 28 Feb, 2018 4 commits
  14. 27 Feb, 2018 1 commit
  15. 23 Feb, 2018 1 commit
  16. 22 Feb, 2018 4 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
    • Felip Moll's avatar
      Preserve and fix node features on reconfig or restart · e58f5123
      Felip Moll authored
      This patch fixes the situation that makes features unrecognized where a node
      features plugin is active and features are defined to nodes in slurm.conf.
      
      It also preserves KNL node features when slurmctld daemons are reconfigured
      including active and available modes.
      
      Features not belonging to node features plugin are reset to what is in
      slurm.conf when restarting or reconfiguring.
      
      Bug 4734
      e58f5123
    • Alejandro Sanchez's avatar
      Make MAINT and OVERLAP flags order agnostic on overlap test. · b564ef0a
      Alejandro Sanchez authored
      _resv_overlap function was only checking the flags for the updated
      reservation, but not for the rest of present ones. This implied
      that the allowed overlap derived from these flags only applied
      depending on the update order.
      
      Bug 4806.
      b564ef0a