Hello,

I would like to do that : Synchronise 2 partitions on the same host with
DRBD, is it possible? I have tried that but it doesn't seem to work :

global {
        minor-count 1;
}

resource data {
        protocol C;

        on h91-233-77 {
                device /dev/drbd0;
                disk /dev/sdb1;
                address 192.168.1.1:7788;
                meta-disk internal;
        }

        on h91-233-77 {
                device /dev/drbd0;
                disk /dev/sdc1;
                address 192.168.1.1:7789;
                meta-disk internal;
        }

        disk {
                on-io-error detach;
        }

        net {
                max-buffers 2048;
                ko-count 4;
                allow-two-primaries;
        }

        syncer {
                rate 33M;
                al-extents 257;
        }

        startup {
                wfc-timeout 0;
                degr-wfc-timeout 120;
                become-primary-on both;
        }
}

Anyone has an idea? Have someone tried to do that?


Thanx

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

Reply via email to