Merge "Add reno for new config [disk_utils]partprobe_attempts"

This commit is contained in:
Zuul 2018-05-17 02:35:47 +00:00 committed by Gerrit Code Review
commit 6a96faf3c5
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
---
upgrade:
- |
Adds a new configuration option ``[disk_utils]partprobe_attempts`` which
defaults to 10. This is the maximum number of times to try to read a
partition (if creating a config drive) via a ``partprobe`` command. Set
it to 1 if you want the previous behavior, where no retries were done.
fixes:
- |
Adds a new configuration option ``[disk_utils]partprobe_attempts`` which
defaults to 10. This is the maximum number of times to try to read a
partition (if creating a config drive) via a ``partprobe`` command.
Previously, no retries were done which caused failures. This addresses
`bug 1756760 <https://storyboard.openstack.org/#!/story/1756760>`_.