qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Virtio Disk drivers and Microsoft clustering
@ 2015-02-05 14:29 massimo buscato
  2015-02-06  3:23 ` Fam Zheng
  0 siblings, 1 reply; 5+ messages in thread
From: massimo buscato @ 2015-02-05 14:29 UTC (permalink / raw)
  To: qemu-devel

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. "

OS: Centos 7 3.10.0-123.13.2.el7.x86_64
libvirt version: 1.1.1, package: 29.el7_0.4
qemu-kvm-1.5.3-60.el7_0.11.x86_64


Thank's!

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] Virtio Disk drivers and Microsoft clustering
  2015-02-05 14:29 [Qemu-devel] Virtio Disk drivers and Microsoft clustering massimo buscato
@ 2015-02-06  3:23 ` Fam Zheng
  2015-02-09  1:18   ` Fam Zheng
  0 siblings, 1 reply; 5+ messages in thread
From: Fam Zheng @ 2015-02-06  3:23 UTC (permalink / raw)
  To: massimo buscato; +Cc: qemu-devel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] Virtio Disk drivers and Microsoft clustering
  2015-02-06  3:23 ` Fam Zheng
@ 2015-02-09  1:18   ` Fam Zheng
  2015-02-09 13:46     ` Stefan Hajnoczi
  0 siblings, 1 reply; 5+ messages in thread
From: Fam Zheng @ 2015-02-09  1:18 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, stefanha, massimo buscato

On Fri, 02/06 11:23, Fam Zheng wrote:
> 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
> 

Discussed a bit with Massimo off-list, this feature basically means two systems
can see the same lun at the same time, and one of them accesses it. When one
system is down, the other takes over. In VMware a disk with RDM (raw device
mapping) could be added, so I think scsi-block and/or scsi-generic should work
too.

If I understand correctly, Massimo uses image based scsi-disk.
scsi-{block,generic} requires a scsi target on host side. In order to use an
image file, we could use iscsi service to export the host image and use the
iscsi driver in QEMU. Not sure if there are simpler ways.

Fam

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] Virtio Disk drivers and Microsoft clustering
  2015-02-09  1:18   ` Fam Zheng
@ 2015-02-09 13:46     ` Stefan Hajnoczi
  2015-02-09 18:29       ` Massimo Buscato
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Hajnoczi @ 2015-02-09 13:46 UTC (permalink / raw)
  To: Fam Zheng; +Cc: pbonzini, qemu-devel, massimo buscato

[-- Attachment #1: Type: text/plain, Size: 2045 bytes --]

On Mon, Feb 09, 2015 at 09:18:15AM +0800, Fam Zheng wrote:
> On Fri, 02/06 11:23, Fam Zheng wrote:
> > 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
> > 
> 
> Discussed a bit with Massimo off-list, this feature basically means two systems
> can see the same lun at the same time, and one of them accesses it. When one
> system is down, the other takes over. In VMware a disk with RDM (raw device
> mapping) could be added, so I think scsi-block and/or scsi-generic should work
> too.
> 
> If I understand correctly, Massimo uses image based scsi-disk.
> scsi-{block,generic} requires a scsi target on host side. In order to use an
> image file, we could use iscsi service to export the host image and use the
> iscsi driver in QEMU. Not sure if there are simpler ways.

Sounds like emulating SCSI clustering features (like reservations) on
top of a host file system - but this needs to work across multiple
hosts.

Massimo: Can you describe the shared storage setup you are using?

Stefan

[-- Attachment #2: Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] Virtio Disk drivers and Microsoft clustering
  2015-02-09 13:46     ` Stefan Hajnoczi
@ 2015-02-09 18:29       ` Massimo Buscato
  0 siblings, 0 replies; 5+ messages in thread
From: Massimo Buscato @ 2015-02-09 18:29 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: Paolo Bonzini, Fam Zheng, qemu-devel

[-- Attachment #1: Type: text/plain, Size: 2259 bytes --]

I use raw image on gfs2 ... Filesystem is shared on 2 red hat cluster node
(centos 7).
Il 09/feb/2015 14:46 "Stefan Hajnoczi" <stefanha@redhat.com> ha scritto:

> On Mon, Feb 09, 2015 at 09:18:15AM +0800, Fam Zheng wrote:
> > On Fri, 02/06 11:23, Fam Zheng wrote:
> > > 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
> > >
> >
> > Discussed a bit with Massimo off-list, this feature basically means two
> systems
> > can see the same lun at the same time, and one of them accesses it. When
> one
> > system is down, the other takes over. In VMware a disk with RDM (raw
> device
> > mapping) could be added, so I think scsi-block and/or scsi-generic
> should work
> > too.
> >
> > If I understand correctly, Massimo uses image based scsi-disk.
> > scsi-{block,generic} requires a scsi target on host side. In order to
> use an
> > image file, we could use iscsi service to export the host image and use
> the
> > iscsi driver in QEMU. Not sure if there are simpler ways.
>
> Sounds like emulating SCSI clustering features (like reservations) on
> top of a host file system - but this needs to work across multiple
> hosts.
>
> Massimo: Can you describe the shared storage setup you are using?
>
> Stefan
>

[-- Attachment #2: Type: text/html, Size: 2992 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-02-09 18:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-05 14:29 [Qemu-devel] Virtio Disk drivers and Microsoft clustering massimo buscato
2015-02-06  3:23 ` Fam Zheng
2015-02-09  1:18   ` Fam Zheng
2015-02-09 13:46     ` Stefan Hajnoczi
2015-02-09 18:29       ` Massimo Buscato

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).