Mismatch between Act Pv and Cur Pv has been reported on the server, This mostly happen when disk were pulled out of VG with proper removal from VG. Which cause mismatch between lvmtab and Kernel information.
Force fully remove the PV key which are hold by kernel and VG.
#vgreduce -f <vgname>
#vgdisplay <vgname>
#mv /etc/lvmtab /etc/lvmtab.backup
#vgscan
#vgcfgbackup <vgname>
No comments:
Post a Comment