On Tue, Oct 28, 2014 at 2:47 PM, Robert Nichols rnicholsNOSPAM@comcast.net wrote:
That looks good. I understand the I/O error now. It is from an attempt to read from the missing PV. The one question I have is, "Did you ever resize the root filesystem?" I suspect not, since you would have seen errors from the missing blocks. If you _did_, then it should be "interesting" trying to get the filesystem back into its available space. In any case, fixing the LVM structure has to come first, so I say go ahead without the "--test"
Ok, done:
vgcfgrestore -v --file LVMconfig.new vg_devserver File descriptor 7 (pipe:[18995]) leaked on vgcfgrestore invocation. Parent PID 3790: bash /dev/root: read failed after 0 of 4096 at 27522957312: Input/output error /dev/root: read failed after 0 of 4096 at 27523014656: Input/output error Restored volume group vg_devserver
What's next?