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: I108a33ed8bacc12c9b7cc00e603c78ea51c948b2 Closes-Bug: #1628580
This commit is contained in:
parent
c1c3342b3c
commit
a36d4f91a1
@ -21,6 +21,8 @@ class cinder::db::sync(
|
||||
path => '/usr/bin',
|
||||
user => 'cinder',
|
||||
refreshonly => true,
|
||||
try_sleep => 5,
|
||||
tries => 10,
|
||||
logoutput => 'on_failure',
|
||||
subscribe => [
|
||||
Anchor['cinder::install::end'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user