I'm running lvm in my Xen domU, and I can increase the size of a logical volume on the fly, and inside the domU I can increase the size of the filesystem on the fly to the size of the domU's block device, but without restarting the domU I can't actually get the domU's block device's size to update when the size of the logical volume it's pointing at changes.
Anyone have a hint or a convincing workaround (one that makes sense on a box where there are multiple domUs?)
I understand you are resizing an LV that is the block device of the DomU. I can't find any official answer to this but all my tests (Xen 3.2, Ubuntu Hardy) to make the guest recognize failed. My answer: Not possible.
Solution (copy and paste only with brain activated!):
sudo lvextend -L+10G /dev/vg/logical-volume
sudo xm shutdown -w the-domu
sudo xm create /etc/xen/the-domu.cfg
sudo resize2fs /dev/xvda1