On Wed, Feb 07, 2007 at 08:16:23AM -0600, Jayson Vantuyl wrote: ... > All of the nodes show the following errors in syslog: > > Feb 7 06:09:36 ey00-00 lvm[4869]: Couldn't find all physical volumes > for volume group ey00-data. > Feb 7 06:09:37 ey00-00 lvm[4869]: Couldn't find device with uuid > '0Cot9Z-BHjK-2Nkw-eEdy-fbFF-Wh1q-qhRaut'. ... > Even more bizarre, pvscan finds them just fine on all nodes. > > The only thing I can note about these devices that is particularly > different is that they appear to be using minor numbers above 256. ... > Is there a known problem with LVM or CLVM related to large device > minor numbers? Hello, Jayson Vantuyl. I just wanted to chime in to say that we are not aware of such a problem, but we wouldn't necessarily have heard about it, since the population using CLVM on AoE is probably not large yet. (Many use LVM, but I haven't heard much feedback from folks using CLVM.) I haven't looked at the CLVM sources really recently, but we have seen the large minor device number problem before in older versions of LVM where glibc's macros are used to work with the major and minor parts that are encoded within device numbers. So if there's a problem, it might be possible to find it by looking for those macros. -- Ed L Cashin <ecashin@coraid.com> _______________________________________________ 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/