On Thu, Apr 28, 2005 at 02:54:33PM -0400, Ben Collins wrote: > VG swissdisk_1 metadata too large for circular buffer 1. Check if the metadata is genuinely too large for the metadata area. (eg vgcfgbackup into a file) 2. If so, see if there's anything you can change to make it smaller eg by changing LVs that are not involved in the pvmove. We haven't written tools to resize the metadata area yet: you have to ask for more space when you ran the original pvcreates. If you really can't shrink it, there are workarounds involving storing the metadata elsewhere: either on a new PV created with a larger metadata area that you add to the VG, or else in the filesystem. Alternatively, depending what changes you've been making, you might be able to restore to a metadata backup - may lose changes if you've been updating the data in the areas moved though during the pvmove. Alasdair -- agk@redhat.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/