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] Reg Disk space in guest domain with fedora img

To: "Rajiv Rajaian" <rajiv.grid@xxxxxxxxx>
Subject: Re: [Xen-users] Reg Disk space in guest domain with fedora img
From: "Todd Deshane" <deshantm@xxxxxxxxx>
Date: Wed, 13 Feb 2008 08:59:32 -0500
Cc: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Wed, 13 Feb 2008 06:00:07 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=LrLgLSPI3x8EkoBLKH3Cnss1YBk71HiJpYDqmay37Ns=; b=U9DBecXpmHxbNq4DBskZLsCUcFQ44swJlAJD3ETGJjHhpIYfMDPuqKcgnKavt+MZTG/d4Zgrqvn3cG9wLqILV9m6z1mkpnCPZ8T/hvji7fHueAQoQq4ma1QMEmM99wSfSH17pkDVaSi8oA55xBH4f2hl41yS5yAjOIctTHmL/CU=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JvKFAF7Ywf/4AUvR/Hi/VvE10iYvxP9R4dAfu1K6JPnzcjCJ7P4JEjBEKWs/WFx5lnLFKnMpa7Jmgvdz4obctBPKmQcGuXWcniDbl0w40++qWxSfdDimjK4KOlH4mGUbobPhVJti6iBrd/fXi3yBq9qbw9KOOah86tH1TK4M+Tg=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <cd5be5dd0802122253s6a41bea7s63bbbd2398f9035b@xxxxxxxxxxxxxx>
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>
References: <cd5be5dd0802120847r4f39416dm2e43b20d0402bee@xxxxxxxxxxxxxx> <1e16a9ed0802121050g16ba633dt6454dcf11838bf69@xxxxxxxxxxxxxx> <cd5be5dd0802122253s6a41bea7s63bbbd2398f9035b@xxxxxxxxxxxxxx>
Reply-to: deshantm@xxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi Rajiv,

You should keep replies to the list as others may have insights that I
don't know about.

I think I might notice something though...

On Feb 13, 2008 1:53 AM, Rajiv Rajaian <rajiv.grid@xxxxxxxxx> wrote:
> Hi Todd
>
> These are the steps I'd used to create the fedora domain
> lvcreate -L10G -n compnode vg
> cat fedora.img > /dev/vg/fedora
>

What is fedora.img?

if fedora fedora.img is a file acting as a partition (or disk) than
that may be the problem.

You would need to use the resize2fs command (or a similar command
based on the file system type of the fedora.img) that you mention
below.

The size of the partition needs to match the 10G that you are using
for the logical volume.

It depends on how fedora.img was created as to how to work with it.

The two cases as stated above are:

1) It's a partition image (or in other words simply a file system)

In this case, the best bet to get the resize to work is to first make
sure it isn't in use and not mounted. Then do something like:

resize2fs fedora.img 10G (you may also need the -F option, since it is
not actually a file system partition, but a file representing one)

2) It's a disk image

losetup -f

losetup `losetup -f` fedora.img
kpartx -av /dev/loopX  <-- replace X with the appropriate number from
losetup -f output above
fdisk -l /dev/mapper/loopX
resize2fs /dev/mapper/loopXpY 10G <-- replace Y with appropriate
number from fdisk -l output (resize command changes if file system is
not ext2 or ext3

a similar process is documented in [1]

If you don't know if you fall into case 1 or 2, then you have two ways to check

1) fdisk -l fedora.img (is there partitions?)

2) mount -o loop fedora.img /mnt/temp
be sure to umount /mnt/temp before resizing etc.

Hope that helps.

Best regards,
Todd

[1] http://docs.cosi/wiki/Resizing_an_Image

> Also i found one commad to resize2fs
> resize2fs /dev/vg/fedora
>  Is this step has to done or optional
>
> Now i ve seen the lvm size of created domain as 10GB with lvdisplay command
>
> [root@g40 vm_creator]# lvdisplay /dev/vg/fedora
>   --- Logical volume ---
>   LV Name                /dev/vg/fedora
>    VG Name                vg
>   LV UUID                MwIi5u-kZRD-q4co-8imB-i9cf-PvuO-cO3fI5
>   LV Write Access        read/write
>   LV Status              available
>   # open                 1
>   LV Size                10.00 GB
>    Current LE             2560
>   Segments               1
>   Allocation             inherit
>   Read ahead sectors     0
>   Block device           253:0
>
> In my xm config file disk option given by me was
>
>
>  disk = ['phy:vg/fedora,sda6,w','phy:vg/compswap,sda7,w',
> 'phy:vg/modules,sda5,r']
>
> Also the size of the feora image ive used is
> [root@g40 images]# ls -ls fedora.img
> 2100232 -rw-r--r--  1 root root 2148532224 Feb 12 12:06 fedora.img
>
> Only this disk space is shown in df -H command inside the created domain
>
>  df -H
> Filesystem             Size   Used  Avail Use% Mounted on
> /dev/sda6              2.2G   904M   1.2G  46% /
>
> Whether it will show this disk size as 2GB only or it will show 10GB as my
> lvdisplay shows
>
> Fdisk command shows like this
>
> Disk /dev/sda6: 10.7 GB, 10737418240 bytes
>
> 255 heads, 63 sectors/track, 1305 cylinders
> Units = cylinders of 16065 * 512 = 8225280 bytes
>
> Disk /dev/sda6 doesn't contain a valid partition table
>
> Is this an error ??? Im getting little bit confused..
>
> Thanks in advanced
>
> Rajiv
> Project Associate
> CARE,MIT
> Anna University
>
>
>
>

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

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