I am trying to create a Windows Server 2012 R2 fail over cluster with an iSCSI drive located on a Ubuntu 14.04 server. The Servers both connect to the Ubuntu target beautifully, but when I go to validate the fail over cluster I get the following error which fails the cluster creation: "Physical disk {2ed5a1cd-5f82-463b-95b7-a
08f3151a16
8} does not have the inquiry data
(SCSI page 83h VPD descriptor) that is required by failover clustering."
This means that the SCSI page 83h VPD descriptor value is not being sent when Windows queries the Ubuntu server on the iSCSI specifications (better described here:
http://linhost.info/2012/05/configure-ubuntu-to-serve-as-an-iscsi-target). After researching Ubunutu on how to set the SCSI page 83h VPD descriptor i found these two man pages:
http://manpages.ubuntu.com/manpages/dapper/man8/scsi_id.8.html and
http://manpages.ubuntu.com/manpages/hardy/man8/scsi_id.8.html . The command I come up with is 'sudo /lib/udev/scsi_id --page=0x83 --device=/dev/sda2', however when executed the SCSI page 83h VPD descriptor is not echo'd nor does the error go away when creating the cluster, which I take to mean that Im not executing the command correctly. I believe what is wrong is the device attribute... I dont believe that is correct, and I'm not sure on the correct syntax. Ultimately all I want is to create this cluster, so if theres some way to set the descriptor (say in the iSCSI target creation conf file) other than this command then awesome please let me know what that is... If theres a way to disable this check on Windows then great let me know what that is. Any help would be greatly appreciated!
Thanks!