Skip to content
Snippets Groups Projects
  1. Jul 03, 2015
  2. Jun 30, 2015
  3. Jun 29, 2015
  4. Jun 25, 2015
  5. Jun 24, 2015
  6. Jun 23, 2015
  7. Jun 22, 2015
  8. Jun 19, 2015
  9. Jun 18, 2015
  10. Jun 17, 2015
  11. Jun 15, 2015
  12. Jun 12, 2015
  13. Jun 11, 2015
  14. Jun 10, 2015
    • Morris Jette's avatar
      Add NEWS for last commit · 30e50e6c
      Morris Jette authored
      30e50e6c
    • Didier GAZEN's avatar
      Fix for node reboot/down state · 3c2b46af
      Didier GAZEN authored
      In your node_mgr fix to keep rebooted nodes down (commit 9cd15dfe), you
      forgot to consider the case of nodes that are powered up but are responding after
      ResumeTimeout seconds (the maximum time permitted). Such nodes are
      marked DOWN (because they didn't respond within ResumeTimeout seconds) than
      should become silently available when ReturnToService=1 (as stated in the slurm.conf manual)
      
      With your modification when such nodes are finally responding, they are seen as
      rebooted nodes and remain in the DOWN state (with the new reason: Node
      unexpectedly rebooted) even when ReturnToService=1 !
      
      My patch to obtain the correct behaviour:
      3c2b46af
Loading