1. 31 Oct, 2019 1 commit
  2. 29 Oct, 2019 1 commit
  3. 28 Oct, 2019 4 commits
  4. 25 Oct, 2019 5 commits
  5. 24 Oct, 2019 3 commits
  6. 23 Oct, 2019 6 commits
  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 5 commits
  10. 17 Oct, 2019 1 commit
  11. 16 Oct, 2019 4 commits
  12. 15 Oct, 2019 4 commits
  13. 11 Oct, 2019 2 commits
    • Nate Rini's avatar
      sdiag - handle unknown users · 8152dd81
      Nate Rini authored
      Instead of giving user as "nobody", give user numeric id. The RPC stats
      last the lifetime of the slurmctld process and thus may have users that
      have been removed.
      
      There is no performance benefit from caching users in sdiag as it will
      only lookup each user once. Caching adds qsort insert cost to every
      user for no benefit. Swapped from non-cached call to direct user lookup.
      
      Bug 7845.
      8152dd81
    • Nate Rini's avatar
      Docs - document what is reset with sdiag --reset. · a01c7a13
      Nate Rini authored
      Bug 7845.
      a01c7a13