I'm primarily a
User Developer Sysadmin A mixture Something else entirely .. ( 459 votes ~ 10 comments )
You are not currently logged in. If you do not have a user account then please consider creating one and logging in before you post your comment. This will allow you to track replies to your comment, and take part in the site much more freely.
To add your comment, fill in all the boxes below and then preview it to make sure you're happy with the way that it looks.
This is the comment you were replying to, attached to the weblog Xen: how do i alert a domU to an lvresize on dom0?
#1 Re: Xen: how do i alert a domU to an lvresize on dom0? Posted by Steve (62.30.xx.xx) on Tue 19 Jun 2007 at 23:07 A) After resizing the LVM partition you need to resize the filesystem which is stored upon it. B) You must shut down the guest before you do this. xm shutdown domU.. e2fsck -f / /dev/vg0/domU-srv resize2fs / /dev/vg0/domU-srv xm create domU... See our previous LVM cookbook for more examples. Steve
A) After resizing the LVM partition you need to resize the filesystem which is stored upon it.
B) You must shut down the guest before you do this.
xm shutdown domU.. e2fsck -f / /dev/vg0/domU-srv resize2fs / /dev/vg0/domU-srv xm create domU...
See our previous LVM cookbook for more examples.
Steve
Posting Format:
Inappropriate comments will be removed.
Some help on entry formatting is available
Username:
Password:
[ Advanced Login ]
Register Account