From: Fam Zheng <famz@redhat.com>
To: qemu-devel@nongnu.org
Cc: pbonzini@redhat.com, stefanha@redhat.com,
massimo buscato <buscato@gmail.com>
Subject: Re: [Qemu-devel] Virtio Disk drivers and Microsoft clustering
Date: Mon, 9 Feb 2015 09:18:15 +0800 [thread overview]
Message-ID: <20150209011815.GB19373@ad.nay.redhat.com> (raw)
In-Reply-To: <20150206032312.GC16881@ad.nay.redhat.com>
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
next prev parent reply other threads:[~2015-02-09 1:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2015-02-09 13:46 ` Stefan Hajnoczi
2015-02-09 18:29 ` Massimo Buscato
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150209011815.GB19373@ad.nay.redhat.com \
--to=famz@redhat.com \
--cc=buscato@gmail.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).