summaryrefslogtreecommitdiff
path: root/releasenotes/notes/idrac-add-ehba-support-10b90c92b8865364.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/idrac-add-ehba-support-10b90c92b8865364.yaml')
-rw-r--r--releasenotes/notes/idrac-add-ehba-support-10b90c92b8865364.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/releasenotes/notes/idrac-add-ehba-support-10b90c92b8865364.yaml b/releasenotes/notes/idrac-add-ehba-support-10b90c92b8865364.yaml
new file mode 100644
index 000000000..baf41b3e1
--- /dev/null
+++ b/releasenotes/notes/idrac-add-ehba-support-10b90c92b8865364.yaml
@@ -0,0 +1,15 @@
+fixes:
+ - |
+ Fixes the virtual disks creation by changing PERC H740P controller
+ mode from `Enhanced HBA` to `RAID` in delete_configuration clean
+ step.
+ PERC H740P controllers supports RAID mode and Enhanced HBA mode.
+ When the controller is in Enhanced HBA, it creates single disk
+ RAID0 virtual disks of NON-RAID physical disks.
+ Hence the request for VD creation with supported RAID
+ fails due to no available physical disk.
+ This patch converts the PERC H740P RAID controllers to RAID mode
+ if enhanced HBA mode found enabled
+ See bug
+ `bug 2007711 <https://storyboard.openstack.org/#!/story/2007711>`_
+ for more details