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] Using xm block-{attach,detach}

Hi,

The domU is Debian GNU/Linux Sarge. It's necessary to do something more
inside domU?

you need to rescan the vg and lv devices.
I have a script doing that:
---
vgchange -ay
for i in $(lvdisplay | awk '/LV Name/{print $NF}'); do lvchange --refresh $i; done
echo "Done."
---


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