<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">It looks as though you simply specify the PV from which you want to</div>
</div>
allocate the new extents, after the LV you are mirroring.  That is, if<br>
you have a logical volume "LV" on /dev/sda1 and you want to mirror it<br>
onto /dev/sdb1:<br>
<br>
  lvconvert -m1 LV /dev/sdb1<br>
<br>
Later I think you would do likewise to remove the local image from<br>
/dev/sda1, leaving the image on /dev/sdb1:<br>
<br>
  lvconvert -m0 LV /dev/sda1<br>
<br>
*I have not yet done this*.  Please try it out on a test machine<br>
before risking production data.</blockquote><div><br></div><div>That's it Mark.</div><div><br></div><div>Thanks! </div></div>