From 3e6cf84231d27ab65d98de297449dbafe634131d Mon Sep 17 00:00:00 2001 From: Rachit7194 Date: Mon, 9 Dec 2019 05:44:19 -0500 Subject: [PATCH] Changed to bug fix to follow-on idrac job patch. Change-Id: Ieafa777660fae48c4ea160f206b8c855e8209aae --- ...ves-conversion-jbod-to-raid-1a229627708e10b9.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/releasenotes/notes/idrac-drives-conversion-jbod-to-raid-1a229627708e10b9.yaml b/releasenotes/notes/idrac-drives-conversion-jbod-to-raid-1a229627708e10b9.yaml index 9a6755d426..c6e5711abe 100644 --- a/releasenotes/notes/idrac-drives-conversion-jbod-to-raid-1a229627708e10b9.yaml +++ b/releasenotes/notes/idrac-drives-conversion-jbod-to-raid-1a229627708e10b9.yaml @@ -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.