From 645c5fc361d4cae26febec87e812eeadb1b8615c Mon Sep 17 00:00:00 2001 From: Ruby Loo Date: Mon, 9 Apr 2018 12:05:56 -0400 Subject: [PATCH] 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 --- .../notes/partprobe-retries-e69e9d20f3a3c2d3.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 releasenotes/notes/partprobe-retries-e69e9d20f3a3c2d3.yaml diff --git a/releasenotes/notes/partprobe-retries-e69e9d20f3a3c2d3.yaml b/releasenotes/notes/partprobe-retries-e69e9d20f3a3c2d3.yaml new file mode 100644 index 0000000000..811ad226d9 --- /dev/null +++ b/releasenotes/notes/partprobe-retries-e69e9d20f3a3c2d3.yaml @@ -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 `_.