1. 31 Oct, 2019 2 commits
  2. 29 Oct, 2019 1 commit
  3. 28 Oct, 2019 2 commits
  4. 25 Oct, 2019 2 commits
    • Albert Gil's avatar
      Enforce PART_NODES if only Partition is specified · c8ce5a53
      Albert Gil authored
      Bug 7490
      c8ce5a53
    • Marshall Garey's avatar
      Avoid abort in dev-build · fe945037
      Marshall Garey authored
      If not enforcing QOS, it's possible to submit a job without a qos. If
      submitting such a job to multiple partitions where at least one has a
      qos, slurmctld would abort in a development build. A non-development
      build didn't segfault only because _find_qos_part doesn't dereference
      the NULL pointer. Prevent the abort.
      
      Bug 7171
      fe945037
  5. 24 Oct, 2019 1 commit
  6. 23 Oct, 2019 1 commit
  7. 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
  8. 21 Oct, 2019 2 commits
  9. 18 Oct, 2019 1 commit
  10. 16 Oct, 2019 2 commits
  11. 15 Oct, 2019 2 commits
  12. 11 Oct, 2019 1 commit
  13. 09 Oct, 2019 1 commit
  14. 08 Oct, 2019 2 commits
  15. 07 Oct, 2019 1 commit
  16. 04 Oct, 2019 3 commits
  17. 03 Oct, 2019 2 commits
  18. 02 Oct, 2019 3 commits
  19. 01 Oct, 2019 5 commits
  20. 30 Sep, 2019 4 commits