1. 20 Jun, 2018 5 commits
  2. 19 Jun, 2018 2 commits
  3. 18 Jun, 2018 1 commit
  4. 16 Jun, 2018 1 commit
  5. 15 Jun, 2018 2 commits
  6. 13 Jun, 2018 1 commit
  7. 12 Jun, 2018 4 commits
  8. 08 Jun, 2018 3 commits
  9. 07 Jun, 2018 4 commits
  10. 06 Jun, 2018 1 commit
    • Brian Christiansen's avatar
      Don't allocate downed cloud nodes · be449407
      Brian Christiansen authored
      which were marked down due to ResumeTimeout.
      
      If a cloud node was marked down due to not responding by ResumeTimeout,
      the code inadvertently added the node back to the avail_node_bitmap --
      after being cleared by set_node_down_ptr(). The scheduler would then
      attempt to allocate the node again, which would cause a loop of hitting
      ResumeTimeout and allocating the downed node again.
      
      Bug 5264
      be449407
  11. 05 Jun, 2018 2 commits
  12. 04 Jun, 2018 1 commit
  13. 02 Jun, 2018 1 commit
  14. 01 Jun, 2018 1 commit
  15. 31 May, 2018 4 commits
  16. 30 May, 2018 7 commits