325f280434
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 user's request for VD creation with supported RAID fails due to no available physical disk. This patch checks the Perc H740P controllers whether it supports enhanced HBA mode and if controllers are found in enhanced HBA mode it converts back to RAID mode. Change-Id: I9d295135e6059a47cb541ae1218b11c3d56f85e1 Story: 2007711 Task: 39844
16 lines
666 B
YAML
16 lines
666 B
YAML
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
|