On Thu, Nov 14, 2002 at 09:10:58AM -0500, Tad Kollar wrote: > lvm> lvextend -l 10980 /dev/vgtest2/lvtest2 > Extending logical volume lvtest2 to 2.68 TB > logical volumes cannot be larger than 4.00 TB A missing division by 2 when producing the error message:-) > Also, pvcreate treats 1+ TB devices as 2+ TB and rejects them. Maybe another missing factor of 2 somewhere? Can you provide some *specific* output demonstrating this problem (like you did for the first problem)? > Aside from this, now that the 2.5 kernel supports LBD's, can the limit > on LV's be raised to 16 TB? For the *new* format of metadata (in beta 4 released today), yes: for now, I've knocked out the LV size restriction in CVS. Further tweaks to the tools may also be required. Please try it and let us know whether it works, or what else needs changing. 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/