1. 21 Feb, 2018 7 commits
  2. 20 Feb, 2018 7 commits
  3. 16 Feb, 2018 3 commits
  4. 15 Feb, 2018 3 commits
  5. 14 Feb, 2018 2 commits
  6. 13 Feb, 2018 5 commits
  7. 12 Feb, 2018 3 commits
  8. 09 Feb, 2018 2 commits
  9. 08 Feb, 2018 3 commits
  10. 07 Feb, 2018 5 commits
    • Morris Jette's avatar
      harden test38.6 more · b1cf7b08
      Morris Jette authored
      b1cf7b08
    • Morris Jette's avatar
      Make SPANK test more informative · 3cdc190f
      Morris Jette authored
      Report all SPANK validations that fail, not just the first one
      Log local and remote plugstack.conf file checksum to identify
        possible file system delay issues
      bug 4694
      3cdc190f
    • Alejandro Sanchez's avatar
      Fix limits enforce order when they're set at partition and other levels. · 2ef56d4b
      Alejandro Sanchez authored
      Previously it was taking the MIN, without respecting the order.
      
      Also add a note to the resource_limits.html page to clarify the
      exception for Max[Wall|Time] and/or [Max|Min]Nodes limits, where
      the default is that the Partition is the king with regards of
      precedence, unless the respective job's QOS flags
      Partition[Min|Max|Time]Limit are set.
      
      Bug 4681.
      2ef56d4b
    • Danny Auble's avatar
      Link slurmd against all libraries that slurmstepd links to. · 9bfc98e4
      Danny Auble authored
      This prevents a hard-to-diagnose issue where slurmstepd may fail
      to start due to a missing library. This now ensures slurmd will
      fail, and keep the node down until the library issue can be fixed.
      
      Bug 4645, 4644.
      9bfc98e4
    • Danny Auble's avatar
      Add fatal_abort() function to log a last fatal message then abort. · d2ddc71a
      Danny Auble authored
      fatal() calls exit(1) which precludes getting a backtrace.
      That's fine on configuration issues and other types of problem,
      but for hitting "impossible" edge cases getting a core dump may
      be the only way to isolate the issue.
      
      Adding to 17.11 so we can easily provide diagnostic patches without
      needing users to back-port this implementation. Further use will
      come in 18.08.
      
      Bug 4599.
      d2ddc71a