Add reno for new config [disk_utils]partprobe_attempts

This adds a release note for the new configuration option from the
ironic_libs library: [disk_utils]partprobe_attempts.

Change-Id: Ic6b80829efa4ba99cd0086f96d196f132bd86222
Story: 1756760
Task: 11100
This commit is contained in:
Ruby Loo 2018-04-09 12:05:56 -04:00
parent 3697c6276c
commit 645c5fc361

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>`_.