[DRBD-user] primary and ocfs2

Martin Gombac martin at isg.si
Wed Mar 5 23:44:29 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.


Maybe you have some heartbeat files on this drbd0 and when another  
heartbeat instance starts tries to use the same files?
Just a guess. :-)

On 2008.3.5, at 17:31, Aimar Marco wrote:

> 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
> _______________________________________________
> drbd-user mailing list
> drbd-user at lists.linbit.com
> http://lists.linbit.com/mailman/listinfo/drbd-user

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linbit.com/pipermail/drbd-user/attachments/20080305/6f6d828c/attachment.htm>


More information about the drbd-user mailing list