WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] Exporting "SD" device.

To: "P M, Priya" <pm.priya@xxxxxx>
Subject: Re: [Xen-devel] Exporting "SD" device.
From: Anthony Liguori <aliguori@xxxxxxxxxx>
Date: Tue, 13 Jun 2006 16:29:54 -0500
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 13 Jun 2006 14:30:32 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <EC1A9FC8C953C34EA0DB9151F00D6D775CBC22@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <EC1A9FC8C953C34EA0DB9151F00D6D775CBC22@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.4 (X11/20060612)
P M, Priya wrote:
Hi,
We have Intel VT enabled system loaded with Xen 3.0.2 and qemu based FC5+linux 2.6.16 as a guest operating system. We want to export the disk to the domain 1 (FC5_linux 2.6.16) as "SD" device. But we are not able to export the SCSI disk as a SD device, we could export as a "HD" device. In the Configuration file,

disk = [ 'file:/home/adteam/linux_fc5_2.6.16,ioemu:hda,w',*'phy:/dev/sdd,ioemu:hdb,w'* ]

if we use ioemu:hdb, then the device is exported to the domain 1 and we could see the device.


ioemu:hdb is the syntax for FV devices. For FV, we only currently support exposing as IDE devices.

If we use

disk = [ 'file:/home/adteam/linux_fc5_2.6.16,ioemu:hda,w',*'phy:/dev/sdd,/dev/sdb,w'* ]


This is only valid syntax for PV domains.

/dev/sdb, then the device is not seen on domain 1.

Are we missing something. Is it not possible to export an SD device to domain 1? Is there any limitiation in qemu based domain 1, because our domain 0 is qemu based operating system.

Is there any performance difference between "hda" and "sda" exported devices???


There is no support for SCSI emulator ATM. It is on the Roadmap though and it ought to have a pretty significant performance impact. It's going to take a fair bit of time to realize that though.

Regards,

Anthony Liguori

Thanks.

------------------------------------------------------------------------

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>