This is a mini patch series which adds a backing
off mechanism to SSH calls that are made in the
backend. This is supposed to increase the
reliability of those calls as they now give the
network a bit more time to recover before retrying
a call.



Helga Velroyen (2):
  Unit tests for RetryByNumberOfTimes
  Introduce backoff to RetryByNumberOfTimes

 lib/backend.py                         | 18 +++++----
 lib/utils/retry.py                     | 19 ++++++++-
 test/py/ganeti.backend_unittest.py     |  7 ++++
 test/py/ganeti.utils.retry_unittest.py | 71 ++++++++++++++++++++++++++++++++++
 4 files changed, 106 insertions(+), 9 deletions(-)

-- 
2.6.0.rc2.230.g3dd15c0

Reply via email to