1. 29 Sep, 2016 1 commit
    • Josko Plazonic's avatar
      Correct buffer allocation size · 7e08feae
      Josko Plazonic authored
      Buffer was being allocated based upon the size of the wrong structure.
        The buffer would have been larger than required, so this bug
        should not have caused any failures.
      bug 3127
      7e08feae
  2. 28 Sep, 2016 2 commits
  3. 27 Sep, 2016 3 commits
  4. 26 Sep, 2016 6 commits
  5. 25 Sep, 2016 1 commit
  6. 24 Sep, 2016 2 commits
  7. 23 Sep, 2016 2 commits
  8. 22 Sep, 2016 10 commits
  9. 21 Sep, 2016 5 commits
  10. 20 Sep, 2016 1 commit
  11. 19 Sep, 2016 1 commit
  12. 17 Sep, 2016 1 commit
    • Morris Jette's avatar
      Restore ability to manually power down nodes · da722a89
      Morris Jette authored
      Restore ability to manually power down nodes, broken in 15.08.12
      in commit b4904661
      
      The patch introduced in commit b4904661 (not powering down dead node) has a bad side effect.  Adding the "(node_ptr->last_idle != 0)" condition prevents from powering down nodes with the following command:
      
      scontrol update nodename=nX state=power_down
      
      because the state update function relies on zeroing the "last_idle" variable when a power_down is requested (see src/slurmctld/node_mgr.c, line 1589).
      
      Reverting this commit should solve the problem...but I let you decide...
      
      Didier GAZEN
      da722a89
  13. 16 Sep, 2016 2 commits
  14. 15 Sep, 2016 3 commits