1. 08 Jun, 2018 2 commits
  2. 07 Jun, 2018 4 commits
  3. 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
  4. 05 Jun, 2018 2 commits
  5. 04 Jun, 2018 1 commit
  6. 02 Jun, 2018 1 commit
  7. 01 Jun, 2018 1 commit
  8. 31 May, 2018 4 commits
  9. 30 May, 2018 24 commits