1. 29 Aug, 2018 1 commit
    • Dominik Bartkiewicz's avatar
      sdiag - add agent count value. · 648613a2
      Dominik Bartkiewicz authored
      This does change a network RPC after 18.08.0rc1, which is best to be
      avoided. But other recent changes have already broken RPC compatibility
      between what will be 18.08.0, so we might as well land this now.
      
      Bug 5443.
      648613a2
  2. 28 Aug, 2018 1 commit
  3. 27 Aug, 2018 2 commits
  4. 24 Aug, 2018 1 commit
  5. 23 Aug, 2018 3 commits
  6. 22 Aug, 2018 4 commits
    • Danny Auble's avatar
      Fix pmi2 to build with gcc 8.0+. · f8dda518
      Danny Auble authored
      Bug 5608
      
      Tim approved
      f8dda518
    • Brian Christiansen's avatar
      Fix segfault when starting ctld w/out dbd · eab9f405
      Brian Christiansen authored
      If the dbd comes up after a job array has been submitted to the
      controller, the controller calls _update_job_tres() which calls
      assoc_mgr_set_tres_cnt_array() which allocates memory for the job's
      tres_alloc_cnt. The job array gets scheduled, but job_array_split()
      doesn't NULL out the pending job's tres_alloc_cnt, so both the array
      task and the pending array job are pointing to the same memory. The
      array task calls job_set_alloc_tres() which free's the running job's
      tres_alloc_cnt and now the pending array job is pointing to bad memory
      and when the array splits again the new array task tries to free
      tres_alloc_cnt in job_set_alloc_tres() and segfaults.
      
      Bug 5604
      eab9f405
    • Tim Wickberg's avatar
      Start NEWS for v18.08.0 · a473bc08
      Tim Wickberg authored
      a473bc08
    • Danny Auble's avatar
      News from last commit · 1842cd77
      Danny Auble authored
      1842cd77
  7. 21 Aug, 2018 8 commits
  8. 20 Aug, 2018 1 commit
    • Michael Hinton's avatar
      Do not truncate MySQL database name at 33 characters. · 15c19c03
      Michael Hinton authored
      MySQL permits up to 64-character database names, but Slurm was truncating
      at 33-characters. If we exceed this limit, let the mysql_query fail and
      give the admin a chance to sort it out, rather than truncating and then
      failing to query against the un-truncated name later on.
      
      While here correct the fatal() message.
      
      Bug 5586.
      15c19c03
  9. 18 Aug, 2018 1 commit
  10. 17 Aug, 2018 2 commits
  11. 16 Aug, 2018 5 commits
  12. 15 Aug, 2018 5 commits
  13. 14 Aug, 2018 4 commits
  14. 13 Aug, 2018 2 commits