1. 22 Sep, 2016 7 commits
  2. 21 Sep, 2016 5 commits
  3. 20 Sep, 2016 1 commit
  4. 19 Sep, 2016 1 commit
  5. 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
  6. 16 Sep, 2016 2 commits
  7. 15 Sep, 2016 3 commits
  8. 14 Sep, 2016 3 commits
  9. 12 Sep, 2016 7 commits
  10. 09 Sep, 2016 7 commits
  11. 08 Sep, 2016 2 commits
  12. 07 Sep, 2016 1 commit
    • Morris Jette's avatar
      Preserve node "RESERVATION" state · 5eee1d28
      Morris Jette authored
      Preserve node "RESERVATION" state when one of multiple overlapping
          reservations ends. Previous logic would clear the node's
          RESERVATION state flag when any one of the reservations on the
          node ended rather than keeping the node in RESERVATION state
          until the last reservation ended.
      bug 3057
      5eee1d28