gabrewer.com

Life is too important to be take seriously.

Misleading error in Cluster Validation Wizard

Tuesday, January 29, 2013 at 5:26 AM UTC

This weekend we were migrating a Hyper-V cluster form Windows Server 2008 R2 to Windows Server 2012.  Our hosts were HP DL360p Gen 8 servers connected to a HP P2000 G3 MSA iSCSI storage array. 

After getting our hosts all configured and connected to the SAN we were ready to install the cluster.  When we ran the Cluster Validation Wizard we received some warnings.  One of warnings seemed quite troubling. 

Test Disk 0 does not support SCSI-3 Persistent Reservations commands needed to support clustered Storage Pools. Some storage devices require specific firmware versions or settings to function properly with failover clusters. Please contact your storage administrator or storage vendor to check the configuration of the storage to allow it to function properly with failover clusters.

This appears to be a big problem because SCSI-3 Persistent Reservations are very important to the cluster working correctly. 

We had been using this same model of array in our Windows Server 2008 R2 clusters so we knew that the P2000 support SCSI-3 Persistent Reservations.  So we went off to google it with bing to find the answer to what was happening with the Windows Server 2012 cluster.  We found several posts on the HP support forums that had no solutions and found that HP had no VSS or VDS providers for the P2000 for Windows Server 2012 yet.  (Which means no hardware snapshots with DPM yet)

Then we started to look at the warning more closely.  One of things we realized was it was a warning and not an error.  It seem like a SCSI-3 Persistent Reservation failure would have been a fatal error to the cluster validation error.  Then we realized that there were two SCSI-3 Persistent Test in the Server 2012 Cluster validation tests.  One was “Validate SCSI-3 Persistent Reservation” and the other was “Validate Storage Spaces Persistent Reservation”.  The first one passed and it was the second one that failed.

It turns out that the test that was failing was for the new  Windows Server 2012 feature of clustered Storage Spaces which only works on direct connected SATA or SAS JBOD disks, no RAID, iSCSI or Fibre Channel disks will ever pass this test.  So we went ahead and created the cluster and everything is working great.

From TechNet

What types of drives can I use with Storage Spaces?

You can use commodity drives attached via Serial-Attached SCSI (SAS), Serial ATA (SATA), or USB. Storage layers that abstract the physical disks are not compatible with Storage Spaces. This includes VHDs and pass-through disks in a virtual machine, and storage subsystems that layer a RAID implementation on top of the physical disks. iSCSI and Fibre Channel controllers are not supported by Storage Spaces.

We did later find one link on ServerFault that validated our conclusion that the warning was benign.  So the warning that seem scary really turn out to be nothing.  It seems like the warning message is very misleading as to the root cause of the issue that triggered it.