Skip to content
Snippets Groups Projects
  1. Sep 29, 2016
    • 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. Sep 28, 2016
  3. Sep 27, 2016
  4. Sep 26, 2016
  5. Sep 25, 2016
  6. Sep 24, 2016
  7. Sep 23, 2016
  8. Sep 22, 2016
  9. Sep 21, 2016
  10. Sep 20, 2016
  11. Sep 19, 2016
  12. 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
  13. Sep 16, 2016
  14. Sep 15, 2016
Loading