1. 28 Jun, 2019 2 commits
    • Tim Wickberg's avatar
      Merge branch 'slurm-18.08' into slurm-19.05 · 4d9871f0
      Tim Wickberg authored
      4d9871f0
    • Dominik Bartkiewicz's avatar
      Cast reservation flags before sending to MySQL. · c11eed5c
      Dominik Bartkiewicz authored
      Flags are stored in a smallint, which can only hold the first 16 bits
      worth out of 32 bits of flags currently in use.
      
      MySQL's overflow rules will treat any value > 0xffff as 0xffff, rather than
      dropping the higher-order bits (flags), which means the stored value not
      only loses the higher-order bits but corrupts the lower-order as well.
      
      The 19.05 release extends the column to bigint (64 bit).
      
      Bug 6969.
      c11eed5c
  2. 26 Jun, 2019 9 commits
  3. 25 Jun, 2019 4 commits
  4. 24 Jun, 2019 1 commit
  5. 22 Jun, 2019 1 commit
  6. 21 Jun, 2019 1 commit
    • Marcin Stolarek's avatar
      add -x (exect match) to pkill documentation · 1e3548f3
      Marcin Stolarek authored
      fix/improve example logrotate configuration in man slurm.conf
      
      pkill without -x option treats argument as a pattern in this case
      slurmd matches not only slurmd but also slurmdbd.
      
      Bug 6962
      1e3548f3
  7. 20 Jun, 2019 10 commits
  8. 19 Jun, 2019 4 commits
  9. 18 Jun, 2019 1 commit
  10. 14 Jun, 2019 3 commits
  11. 13 Jun, 2019 1 commit
  12. 10 Jun, 2019 3 commits