From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7lWa-00037B-EI for qemu-devel@nongnu.org; Mon, 27 Jan 2014 07:42:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7lWU-0002Ke-GC for qemu-devel@nongnu.org; Mon, 27 Jan 2014 07:42:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:20894) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7lWU-0002KY-7d for qemu-devel@nongnu.org; Mon, 27 Jan 2014 07:42:42 -0500 Message-ID: <52E6543B.4080208@redhat.com> Date: Mon, 27 Jan 2014 13:42:35 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <52E6448D.1080406@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu/Virtio-scsi]The feature of 'raw device mapping' cannot isolate the LUN to the owning virtual machine List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Qixiaozhen , "qemu-devel@nongnu.org" Cc: "Luohao (brian)" , Xujunxi Il 27/01/2014 13:22, Qixiaozhen ha scritto: > > > > > > >
> This is not using virtio-scsi. A virtio-scsi disk would appear as /devs/sda in the VM. For example:
You can now try sg_inq for both disks. One will show your NAS's product and vendor names, the other will show QEMU as vendor and QEMU HARD DISK as product. Paolo