On Tue, Apr 24, 2012 at 09:24:19AM -0400, Brian McCullough wrote: > I have encountered a situation where vgscan and vgchange are complaining > about a missing UUID. > > As far as I know, all, or almost all, of the LV is on the PV that is > known ( how do I know for sure? ), so I think that I am trying to just > "remove" the PV and recover what I can of the LV. Sorry to be dense, but I don't feel confident about proceeding before I know what the next step should be. I am pretty sure that I can remove the "lost" PV, using the instructions that I have found in multiple places, including the referenced slide deck, but I have not been able to find anything about recovering the LV that spans from the existing PV into the lost one. Since most, if not all of the existing data from that LV is on the "good" PV, I would hope that I can recover that filesystem. The question is "How?" > I have read Milan Brosz' slides from 2009, and the only piece that I > seem to be missing is the recovery of the LV. > > > I have made a copy of the PV to work with and the procedure that I need > to follow, as I understand it, is as follows: > > > vgscan > vgchange -a y ( fails ) > vgchange -a y --partial > vgreduce --removemissing vgname > > then what? > > I have done: > > pvs -o +uuid > lvs -o +devices > > But am not sure how to interpret the results. lvs shows two entries for > the LV that I am interested in. The second entry shows "unknown device(0)". Thanks, Brian _______________________________________________ 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/