On 2013-06-25 15:20, Franky Van Liedekerke wrote: <snip>
Now, however, if I decide to first create the stripe on SAN1: lvcreate -i 2 -I 4 -n lvtest vgtest -L 90G /dev/mapper/CLVM-SAN1-1315 /dev/mapper/CLVM-SAN1-1316 and then the mirror (mirrorlog core used for testing): lvconvert -m1 --mirrorlog core vgtest/lvtest
Nevermind this part: I found out that "--stripes 2 -I 4" for the lvconvert command works ok (I tried with the -i option first, as in the lvcreate, but apparantly that's a different thing for lvconvert).
So the remaining questions are:
- And a second question: "-mirrorlog mirrored" doesn't seem to be possible in a clvm setup, is this intended? - And in general: is there another method to get a mirrored stripe in a clustered setup?
With friendly regards, Franky _______________________________________________ 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/