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

[Xen-users] RE: RE: domU lvm and resizing

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] RE: RE: domU lvm and resizing
From: John S Little <JSLittl@xxxxxxxxxxxxx>
Date: Mon, 13 Mar 2006 08:17:21 -0500
Delivery-date: Mon, 13 Mar 2006 13:19:01 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <E1FHr3P-0003mW-U0@host-192-168-0-1-bcn-london>
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Ben

> 
> The way I've done it in the past is:
> 
> 1.  Make sure that xen domain is shut down that you are re-sizing

Shutting it down before resizing did the trick.  I had tried rebooting 
after resizing but it never would show up.

> 2.  Run lvextend (you've already done this)
> 3.  Run e2fsck -f [logical volume name] (i.e. /dev/domain0/lvname)
> 4.  Run resize2fs [volume name] [new size in G of LV] (i.e. resize2fs
> /dev/domain0/lvname 8G
> 5.  Start up vm.  New size should be reflected now.
> 
> HTH
> 
> John
Thanks!
John



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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] RE: RE: domU lvm and resizing, John S Little <=