On Thu, Sep 18, 2003 at 09:38:46AM +0900, tester7 A. wrote: > My question is that 'doing lvchange -an /dev/vg10/test ; lvchage -ay > /dev/vg10/test' in the other node make the kernel recognize the lv changes. > Is there any better way or command, becase making inactive temporaryly does > not make me feel right. Your other option is to poke around with dmsetup. Currently: dmsetup suspend vg10-test lvchange -ay vg10/test should work, but mixing dmsetup with the LVM2 tools like that is not supported and so it could break as a side-effect of changes in future releases. Alasdair -- agk@uk.sistina.com _______________________________________________ linux-lvm mailing list linux-lvm@sistina.com http://lists.sistina.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/