Added retries for db_sync
If db sync fails, it is never retried leading to errors. So, this patch adds retries for db_sync to avoid sync fails. Change-Id: Ife3a9bb2851fd730dbd693bda18733ffdec1286e Closes-Bug: #1628580
This commit is contained in:
@@ -24,6 +24,8 @@ class rally::db::sync(
|
|||||||
path => '/usr/bin',
|
path => '/usr/bin',
|
||||||
user => 'root',
|
user => 'root',
|
||||||
refreshonly => true,
|
refreshonly => true,
|
||||||
|
try_sleep => 5,
|
||||||
|
tries => 10,
|
||||||
logoutput => on_failure,
|
logoutput => on_failure,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user