On Mon, Sep 06, 2004 at 02:46:23PM +0300, Liivo Liivrand wrote: > Hello! > > I've set up LVM2 and using it for a long time. Now I'd like to extend it, > but some strange things will happen. Here is the output on what I'm doing. > Could anybody explain this and help me out? LVM is seeing the metadata on the md device and the "real" nbd device. Check that your /etc/lvm/lvm.conf file has the following entry in the "devices" section: md_component_detection = 1 If that still doesn't work then you can either disable the nb* devices using a filter or (which I prefer) only enable /dev/md* devices using the filter. -- patrick _______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/