[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Xen boot file
I think I see the problem I am using a kickstart file to install. Do i need to remove the VolGroup00 option? bootloader --location=mbr --driveorder=xvda clearpart --linux --drives=xvda --initlabel part /boot --fstype ext3 --size=100 --ondisk=xvda part pv.2 --size=0 --grow --ondisk=xvda volgroup VolGroup00 --pesize=32768 pv.2 logvol swap --fstype swap --name=LogSwp00 --vgname=VolGroup00 --size=1984 logvol / --fstype ext3 --name=LogVol00 --vgname=VolGroup00 --size=5024 Petersson, Mats wrote: -----Original Message-----From: James Wilson [mailto:jwilson@xxxxxxxxxxxxxxxxx] Sent: 12 June 2007 15:52To: Petersson, Mats Cc: xen-users@xxxxxxxxxxxxxxxxxxx Subject: Re: [Xen-users] Xen boot fileWhat do you mean by use the files within the GFS volume. Thats what I thought I was doing when I got the error. Am I going about it wrong?Sounds like it - but it may also be that virt-manager is doing something wrong in itself. Since I don't use virt-manager (or anything similar), Ican't really say what you're doing wrong, if anything.-- MatsPetersson, Mats wrote:partition would-----Original Message-----From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of James WilsonSent: 12 June 2007 15:38 To: xen-users@xxxxxxxxxxxxxxxxxxx Subject: [Xen-users] Xen boot file Hey All,I have created one big gfs volume approx. 136GB and I have exported it through gnbd and successfully imported it and mounted it. My idea is to install a bunch of xen instances to files on the mounted gfs volume. But everytime I go to install using virt-manager it give me this error. "Could not allocate requested partitions: Adding thisvolumes innot leave enough disk space for already allocated logicalI think you have two possible solutions: 1. You use FILES within the GFS volume, which means thatVolGroup00.." Should I split the storage up before exporting it?the file wouldjust be one of many files. 2. You use individual (LVM) volumes for each guest, inwhich case youneed to split the it into (potentially many) logical volumes. I suspect there are good and bad reasons for both, but Idon't think itmakes much of a difference performance-wise whether youhave one largevolume with many individual files or one volume per domain- at leastnot if you don't have HUGE traffic to/from the GFS volume.-- Mats _______________________________________________ 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 _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |