1. 10 Nov, 2016 1 commit
  2. 09 Nov, 2016 3 commits
  3. 08 Nov, 2016 5 commits
  4. 07 Nov, 2016 1 commit
  5. 05 Nov, 2016 1 commit
  6. 04 Nov, 2016 7 commits
  7. 03 Nov, 2016 8 commits
  8. 01 Nov, 2016 4 commits
  9. 28 Oct, 2016 1 commit
    • Danny Auble's avatar
      Fix issue in the priority/multifactor plugin where on a slurmctld restart · be924b88
      Danny Auble authored
      more time than should be allowed would be accounted for.
      
      This only happened on jobs in the completing state when the slurmctld
      was shutdown.
      
      This will also be enhanced in 17.02 as the job's end_time_exp is not
      stored which is needed to determine if the job has already been through
      the decay_thread at end of job.
      
      Bug 3162
      be924b88
  10. 27 Oct, 2016 8 commits
  11. 26 Oct, 2016 1 commit
    • Morris Jette's avatar
      Fix for clearing node MAINT node flag · f3930fbe
      Morris Jette authored
      Fix bug that was clearing MAINT mode on nodes scheduled for reboot (bug
          introduced in version 16.05.5 to address bug in overlapping reservations,
          commit 5eee1d28). Note that a node's
          MAINT flag is used for both a requested reboot and maintenance reservation.
          What I'd like to do is add a new node state flag to differenciate
          between these two cases, but that involves some significant changes
          that could introduce instability, so it will be defered to version
          17.02
      bug 3210
      f3930fbe