Skip to content
Snippets Groups Projects
  1. Sep 26, 2016
  2. Sep 25, 2016
  3. Sep 24, 2016
  4. Sep 23, 2016
  5. Sep 22, 2016
  6. Sep 21, 2016
  7. Sep 20, 2016
  8. Sep 19, 2016
  9. Sep 17, 2016
    • 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
  10. Sep 16, 2016
  11. Sep 15, 2016
  12. Sep 14, 2016
  13. Sep 12, 2016
  14. Sep 09, 2016
    • Morris Jette's avatar
      Cap job termination message staggering at 5 seconds · 3e2251cb
      Morris Jette authored
      Previous cap was 2 sec (default TCP timeout) times the node count
        and divided by 1000. A 9000 node job would have the messages
        spread out over 18 seconds. This change caps the spread at
        5 seconds and assumes the normal TCP logic can handle the rest
      bug 3044
      3e2251cb
Loading