1. 24 Oct, 2019 1 commit
  2. 23 Oct, 2019 1 commit
  3. 22 Oct, 2019 2 commits
    • Gavin Howard's avatar
      Fix abort initializing a configuration without acct_gather.conf. · a301635f
      Gavin Howard authored
      Previous logic would only call s_p_hashtbl_create() to create the hashtable
      when the file acct_gather.conf could be successfully stat()'d. This lead to
      a subsequent attempt to pack the non-created hashtable into a buffer which
      triggered the abort.
      
      This makes it so the hashtable is uncondtionally created no matter if the
      file is missing.
      
      Bug 7893.
      a301635f
    • Michael Hinton's avatar
      auth/munge - truncate FQDN to shortname for AllocNodes. · 50eaa012
      Michael Hinton authored
      gethostbyaddr() can potentially return a fully-qualified domain name,
      which breaks backwards compatibility with the shortname AllocNodes
      expected pre 19.05.
      
      Bug 7653.
      50eaa012
  4. 21 Oct, 2019 2 commits
  5. 18 Oct, 2019 1 commit
  6. 16 Oct, 2019 2 commits
  7. 15 Oct, 2019 2 commits
  8. 11 Oct, 2019 1 commit
  9. 09 Oct, 2019 1 commit
  10. 08 Oct, 2019 2 commits
  11. 07 Oct, 2019 1 commit
  12. 04 Oct, 2019 3 commits
  13. 03 Oct, 2019 2 commits
  14. 02 Oct, 2019 3 commits
  15. 01 Oct, 2019 5 commits
  16. 30 Sep, 2019 4 commits
  17. 26 Sep, 2019 3 commits
  18. 25 Sep, 2019 1 commit
    • Albert Gil's avatar
      Fix scancel --full for proctrack/cgroups · 4dfb3ad6
      Albert Gil authored
      Now the signaling of the batch step and the handeling of the flags is totally
      handled in _kill_all_active_steps() in slurmd, and _handle_signal_container()
      in stepd to ensure that:
      - if KILL_JOB_BATCH then only batch container is signaled
      - if KILL_FULL_JOB then batch script and its children are also signaled
      - if both of the above then only the batch script and its children are signaled
      
      We do not relay anymore on proctrack_g_signal() to handle the batch step
      signaling anymore, therefore it works the same for all proctrack plugins.
      
      This commit also includes minor related fixes in other code handling such
      signaling flags, and documentation improvement.
      
      Bug 7282
      4dfb3ad6
  19. 23 Sep, 2019 1 commit
  20. 20 Sep, 2019 2 commits