[DRBD-user] primary and ocfs2

Aimar Marco marco.aimar at gmail.com
Wed Mar 5 17:31:06 CET 2008

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


Hello,
I have one cluster with 2 node.
I have intstalled ocfs2 for have primary/primary.
If I mount on filrst node it's work but when I mount same resource on node2
I receive
"2682,0):o2hb_do_disk_heartbeat:665 ERROR: Device "drbd0": another node is
heartbeating in our slot!" in /var/log/messages
Anyone have idea?thank you


drbd.conf:
global { usage-count yes; }

common {
    syncer {
        rate 100M;
    }
    startup {
        #degr-wfc-timeout 0;
        #wfc-timeout 10;
    }
    disk {
        on-io-error   detach;
    }
}

resource drbd0 {
    protocol C;

    net {
        allow-two-primaries;
        after-sb-0pri disconnect;
        after-sb-1pri disconnect;
        after-sb-2pri disconnect;
        rr-conflict disconnect;
    }
    on suse1 {
        device /dev/drbd0;
        disk /dev/sda3;
        address 192.168.0.88:7789;
        meta-disk internal;
    }
    on suse2 {
        device /dev/drbd0;
        disk /dev/sda3;
        address 192.168.0.89:7789;
        meta-disk internal;
    }
}


cluster.conf
cluster:
        node_count = 2
        name = susecluster
node:
        ip_port = 7777
        ip_address = 192.168.0.88
        number = 0
        name = suse1
        cluster = susecluster
node:
        ip_port = 7777
        ip_address = 192.168.0.89
        number = 1
        name = suse2
        cluster = susecluster


-- 
A presto, Marculin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linbit.com/pipermail/drbd-user/attachments/20080305/ba3de155/attachment.htm>


More information about the drbd-user mailing list