summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-commit-to-controller-d26f083ac388a65e.yaml
diff options
context:
space:
mode:
authorRachit7194 <kapadiarachit007@gmail.com>2019-09-16 10:40:20 -0400
committerRachit7194 <kapadiarachit007@gmail.com>2019-10-01 09:27:04 -0400
commitfb83cfb76d2a83a6206fc7ea57d27e3ca08b9abd (patch)
treee654be4dcef9e6134f7f405bd6de3d66b09d3652 /releasenotes/notes/fix-commit-to-controller-d26f083ac388a65e.yaml
parent511477b697f1c1bf3779b4e327e4caea7f452cab (diff)
downloadironic-fb83cfb76d2a83a6206fc7ea57d27e3ca08b9abd.tar.gz
DRAC: Fix a bug for job creation when only required
This patch fix a bug which creates configuration job on any controller even if ``is_commit_required`` value is ``False`` Change-Id: I150fa02c75f5e228b3e18c24e9a101c2e1eb0274 Story: #2006562 Task: #36659
Diffstat (limited to 'releasenotes/notes/fix-commit-to-controller-d26f083ac388a65e.yaml')
-rw-r--r--releasenotes/notes/fix-commit-to-controller-d26f083ac388a65e.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-commit-to-controller-d26f083ac388a65e.yaml b/releasenotes/notes/fix-commit-to-controller-d26f083ac388a65e.yaml
new file mode 100644
index 000000000..7a37efd32
--- /dev/null
+++ b/releasenotes/notes/fix-commit-to-controller-d26f083ac388a65e.yaml
@@ -0,0 +1,8 @@
+fixes:
+ - |
+ Fixes a bug in the ``idrac`` hardware type where configuration job
+ for RAID ``delete_configuration`` cleaning step gets created even
+ when there are no virtual disks or hotspares/dedicated hotspares
+ present on any controller.
+ See bug `2006562 https://storyboard.openstack.org/#!/story/2006562`
+ for details.