[DRBD-user] lvm question

Walter Robert Ditzler ditwal001 at gmail.com
Sun Dec 23 04:03:12 CET 2012

Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.


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




More information about the drbd-user mailing list