From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJZVr-0001gn-MF for qemu-devel@nongnu.org; Thu, 05 Feb 2015 22:23:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJZVm-0004sg-Iq for qemu-devel@nongnu.org; Thu, 05 Feb 2015 22:23:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36626) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJZVm-0004sW-Bq for qemu-devel@nongnu.org; Thu, 05 Feb 2015 22:23:18 -0500 Date: Fri, 6 Feb 2015 11:23:12 +0800 From: Fam Zheng Message-ID: <20150206032312.GC16881@ad.nay.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] Virtio Disk drivers and Microsoft clustering List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: massimo buscato Cc: qemu-devel@nongnu.org On Thu, 02/05 15:29, massimo buscato wrote: > Hi all! > > About virtio-scsi driver: > There are many problem to use it on windows 2012 cluster service. > > Every time you try to validate a Virtio disk under W2012 cluster tool, > you have this errors: > > with VIRTIO DISK device: > "The port driver used by the disk does not support clustering. Disk > bus type does not support clustering. Disk partition style is MBR. > Disk type is BASIC." > > with VIRTIO SCSI DISK device: > "The port driver used by the disk does not support clustering. Disk > bus type does not support clustering. Disk partition style is MBR. > Disk type is BASIC. The required inquiry data (SCSI page 83h VPD > descriptor) was reported as not being supported. " Hi Massimo, I don't know much about Windows cluster service but I think this error is because virtio-scsi is a direct attached controller, like explained in: http://support.microsoft.com/kb/2839292?wa=wsignin1.0 Thanks, Fam