hi there,

is it possible to have diffrent configuration oft he lvm structure (lv
group), but not the lv it-self?

ex:

host a
*****
/dev/lvg/lv01 (100gb)

resource host01 {
        device /dev/drbd0;
        disk /dev/lvg/lv01;
        meta-disk /dev/lvg/lv-meta[0];
        on srv-ldeb-xen001 {
                address 10.255.255.1:7791;
        }
        on srv-ldeb-xen002 {
                address 10.255.255.2:7791;
        }
}

host b
*****
/dev/lvgroup/lv01 (100gb)

resource host01 {
        device /dev/drbd0;
        disk /dev/lvgroup/lv01;
        meta-disk /dev/lvgroup/lv-meta[0];
        on srv-ldeb-xen001 {
                address 10.255.255.1:7791;
        }
        on srv-ldeb-xen002 {
                address 10.255.255.2:7791;
        }
}


happy x-mas!

walter

_______________________________________________
drbd-user mailing list
[email protected]
http://lists.linbit.com/mailman/listinfo/drbd-user

Reply via email to