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-users

xvd Xen virtual block device (Was: Re: [Xen-users] Pardon me for possibl

To: "Lionel Kernux" <lionel.kernux@xxxxxxxxx>
Subject: xvd Xen virtual block device (Was: Re: [Xen-users] Pardon me for possibly dumb question but....)
From: "Todd Deshane" <deshantm@xxxxxxxxx>
Date: Sun, 27 Jan 2008 19:55:49 -0500
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sun, 27 Jan 2008 16:56:42 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:mime-version:content-type; bh=C6gioi5IG/tlW6FEIwm3S2u7LXVvNt1dY2dKT4sQDI8=; b=GYDbEEm0e3GPmIjk47GE8ZgrmnVWVeNcm23bVNQDtdVlCg/WbltSLao3EDWQV6fZZam2DlOJAsBvP3mvbSLWMB5amybjgpnaNwHXaoMNu/roVlHlg4l/ShH4ywisiAYxeDzc4pkLK3AuhVjvfpHbTLMveYVxcPy1IdQcmRRQ304=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:mime-version:content-type; b=aTuLFmeRcW5qIJx9VOIlU/HR5zFzc+nSo3wqzIMdRG1C4Oa9TeWD2hguaNXPTHH+Ntn7UGQPi9n9gw/UFZG/ugETzE9+O+dgLuL69deOP3NORQn5ss0BSCDGN1Q6l3pYUQNKX7Vnv6AYRaQ5/T64MBgvg26lbIdub5NJHdaMivY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Reply-to: deshantm@xxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx


On Jan 27, 2008 5:19 PM, Lionel Kernux <lionel.kernux@xxxxxxxxx> wrote:
Hi,

I keep seeing references to "xvda" in and around xen forums and
postings.....what exactly is xvda (yes I've googled it and found no
explanation)?

Thanks

M

xvd is the Xen virtual block device. The xvd interface does not truly emulate IDE or SCSI, but you can think of it as similar to hd (for IDE) and sd (for SCSI).

So in practice, instead of using hda or sda for your guest block devices you can use xvda. This allows the guest to realize that it is Xen block device and it is able to take advantage of performance optimizations. This works well with paravirtual guests, but for HVM guests the PV driver would need to be added.

Note that you can also use xvda1, xvdb, xvdc, xvdb2, etc. etc.

Regards,
Todd

 

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

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>