Don't think I'm much of an expert in this area, but I had a similar
issue that I worked through last week. I wasn't using mdadm, but I
don't really think this is a situation that is really relevant to
that. I posted the question on serverfault and got enough help to get me through it. You can see it here: http://serverfault.com/questions/275679/rescue-disk-is-unable-to-see-the-lvm-physical-volumes The suggestion that got me on the right track seems to be very similar to your situation. How to recover your lvm configuration with mdadm. http://www.howtoforge.com/recover_data_from_raid_lvm_partitions The steps I went through were basically: * Recover config using dd per steps in that article * Recreate the physical volume using the same device * Do a pvcfgrestore on the recovered config from step 1 That got me back up and running. I hope it helps. Anthony Nelson Affinity Global Solutions 701.223.3565 Ext: 13 On 6/5/2011 7:47 AM, Andreas Schild wrote: Hi |
_______________________________________________ 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/