On Thu, Aug 25, 2016 at 09:20:22PM -0700, travis+ml-linux-lvm@subspacefield.org wrote: > Hello, I've got a persistent problem in that the second two disks of my array > occasionally have their heads wiped, with a GPT showing up at the beginning > of the partition, with the same partitioning structure as the main disk GPT. Use audit, systemap, or even blktrace to constantly monitor the devices and report when something is writing to the MBR area. There have been several common proprietary applications that have been found to at times cause this type of problem (proprietary RDBMS, volume and cluster managers in particular). If you have a Red Hat subscription you may find relevant knowledge base articles in the portal: https://access.redhat.com/ Otherwise you can search through the mailing list archives - there have been a few threads discussing similar problems. > Is there any way that being listed there could be a side effect, or be > a cause, of disk partition corruption in those devices? Only if some external (non-lvm2) component were reading that file and acting on the contents. Nothing in lvm2 itself even knows how to write a GPT partition table. Regards, Bryn. _______________________________________________ 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/