summaryrefslogtreecommitdiff
path: root/releasenotes/notes/maximum-disk-erasure-concurrency-6d132bd84e3df4cf.yaml
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2022-04-19 13:33:13 -0700
committerJulia Kreger <juliaashleykreger@gmail.com>2022-05-26 09:49:15 -0700
commit556d5de9d391eaee13e5d5ed12481f802909e1ea (patch)
tree4d96ee3cfe964189259a1fc8c29a40eab5d957ef /releasenotes/notes/maximum-disk-erasure-concurrency-6d132bd84e3df4cf.yaml
parent8e57495d10fc941e594e6a7866330943bba96d7f (diff)
downloadironic-556d5de9d391eaee13e5d5ed12481f802909e1ea.tar.gz
increase disk_erasure_coconcurrency
When we added concurrent disk erasures, we kept the concurrency to 1 as to not risk any different oeprator behavior, at the cost of not faster erasure times. That being said, we have had the setting in place for some time and we have received no reports of issues, so we are incrementing it to four as that should be still quite relatively safe from a concurrency standpoint for disk controllers in systems. Change-Id: I6326422d60ec024a739ca596f46552bbd91b0419
Diffstat (limited to 'releasenotes/notes/maximum-disk-erasure-concurrency-6d132bd84e3df4cf.yaml')
-rw-r--r--releasenotes/notes/maximum-disk-erasure-concurrency-6d132bd84e3df4cf.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/maximum-disk-erasure-concurrency-6d132bd84e3df4cf.yaml b/releasenotes/notes/maximum-disk-erasure-concurrency-6d132bd84e3df4cf.yaml
new file mode 100644
index 000000000..f09421593
--- /dev/null
+++ b/releasenotes/notes/maximum-disk-erasure-concurrency-6d132bd84e3df4cf.yaml
@@ -0,0 +1,10 @@
+---
+other:
+ - |
+ The maximum disk erasure concurrency setting,
+ ``[deploy]disk_erasure_concurrency`` has been incremed to 4.
+ Previously, this was kept at 1 in order to maintain continuity of
+ experience, but operators have not reported any issues with an increased
+ concurrency, and as such we feel comfortable upstream enabling concurrent
+ disk erasure/cleaning. This setting applies to the ``erase_devices`` clean
+ step.