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

Re: [Xen-users] using virt-install program

To: Xen User-List <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] using virt-install program
From: "Fajar A. Nugraha" <fajar@xxxxxxxxx>
Date: Tue, 12 May 2009 08:45:53 +0700
Delivery-date: Mon, 11 May 2009 18:46:44 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <F30EA3AF-17BD-4A45-BF86-2B4063742258@xxxxxxxxxxxxxxx>
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <F30EA3AF-17BD-4A45-BF86-2B4063742258@xxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Mon, May 11, 2009 at 11:58 PM, Jason Brooks <jason@xxxxxxxxxxxxxxx> wrote:
> Hello,
>
> I have successfully used the following command line, but I would like to
> have some modifications.  I would like the virtual disks to show up as disk
> paritions, rather than entire disks.  1) is there a way to do this via the
> command line,

First of all, even though you can name virtual disks as "sda1" or
"xvda1", they're actually still recognized as disk, not partition.
The consequence of that is you can't use the official installer (like
Redhat's Anaconda) since they can't install to whole disk. That means
virt-install won't work either as it invokes the OS installer (like
Anaconda) in the process.

One way to do it is manual template-based installation, like (for
example) using template from jailtime.org.
I posted a mail sometime ago about converting jailtime.org Centos
image to be able to boot using pygrub, which you might find
interesting
http://lists.xensource.com/archives/html/xen-users/2009-03/msg00372.html

> and 2) are there any real performance differences?

Not really. Not if you don't use LVM on domU. If you use LVM on domU
it would add about 3% performance penalty.
The main difference would be managability. If you export the virtual
disk as "partition", mounting in on dom0 would be easier.

Regards,

Fajar

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

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