ironic/ironic/drivers/modules/drac
Rachit7194 c521fba13a DRAC: Fix a failure to create virtual disk
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
(cherry picked from commit 325f280434)
2021-02-23 09:14:13 -05:00
..
__init__.py Add DracDriver and its DracPower module 2014-08-19 16:28:52 +02:00
bios.py Remove commit_required in iDRAC hardware type 2019-05-28 16:54:57 -04:00
common.py Removing deprecated drac_host property 2019-01-31 08:14:30 +01:00
inspect.py Fix deprecated 'idrac' interface '__init__'s 2020-09-27 00:36:57 -04:00
job.py DRAC: Drives conversion from JBOD to RAID 2020-07-13 17:34:44 -04:00
management.py Fix deprecated 'idrac' interface '__init__'s 2020-09-27 00:36:57 -04:00
power.py Fix deprecated 'idrac' interface '__init__'s 2020-09-27 00:36:57 -04:00
raid.py DRAC: Fix a failure to create virtual disk 2021-02-23 09:14:13 -05:00
vendor_passthru.py Fix deprecated 'idrac' interface '__init__'s 2020-09-27 00:36:57 -04:00