Merge "Add retry to tolerate 'ip link set' failure"

This commit is contained in:
Zuul 2021-02-26 14:40:52 +00:00 committed by Gerrit Code Review
commit 3d14af9713
1 changed files with 2 additions and 0 deletions

View File

@ -241,6 +241,8 @@ define platform::interfaces::sriov_ratelimit (
exec { "sriov-vf-rate-limit: ${title}":
command => template('platform/sriov.ratelimit.erb'),
logoutput => true,
tries => 5,
try_sleep => 1,
}
}
}