<div dir="ltr">So to save everyone else the hour and a half I spent figuring out how to fix this, here's what you need to do:<div><br></div><div><div># lvconvert --mirrors -1 <lv device> <pv_device></div><div># vgchange -ay</div><div># lvconvert -m 1 <lv_device></div><div><br></div><div>Where lv_device is the device that's having issues, and <pv_device> is the SECONDARY device on the RAID1 mierror.</div><div><br></div><div>This will throw a warning, but will remove the secondary device.</div><div><br></div><div>vgchange should then be able to bring up the (now un-mirrored) volumes.</div><div><br></div><div> After vgchange, run lvconvert again to add the mirror back.  This requires a resync.</div></div><div><br></div><div>The above has to be done after every reboot.</div></div>