Merge "Changed to bug fix to follow-on idrac job patch."

This commit is contained in:
Zuul 2019-12-18 17:17:59 +00:00 committed by Gerrit Code Review
commit 391eee1c6b

View File

@ -1,5 +1,11 @@
---
features:
fixes:
- |
Hardware type ``idrac`` converts physical drives from
``JBOD`` to ``RAID`` mode before building RAID on them.
When using the PERC H730P RAID controller, physical
disks must be put into RAID mode prior to creating a
virtual disk that includes them. If one or more
physical disks are in JBOD/Non-RAID mode when creating
a virtual disk from them, then the iDRAC will return
an error. This patch ensures that the physical disks
being included in a virtual disk are converted to RAID
mode prior to creating the virtual disk.