|
|
|
|
|
|
|
|
|
|
xen-users
Re: [xen-users] Resize lvm disk
> Make sure you use the tools for whatever filesystem is on the lvm volume
> to resize the filesystem to take up all of the new space. As an example,
> resize2fs is what you'd use for ext2 filesystems.
i did but nothing happened...
how i did on my Dom0 :
# lvresize -L 10g /dev/srv/apollon-disk
# resize2fs /dev/srv/toto-disk
# e2fsck -f /dev/srv/toto-disk
when i did
# lvs
it does show my news size.
when i run my DomU toto
# xm create toto.cfg
# xm console toto
# df -h
it does show the old size of guest DomU toto.
what do think about this?
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|