I am not setting nodeid: in corosync.conf

My understanding is that, in that case, the nodeid should be automaticly
generated from the ip address of ring0
Is that not the case?

I have included a copy of my corosync.conf

The only difference between the corosync.conf on the different nodes is
the IP address.

Jonathan

Andrew Beekhof wrote:
> On Thu, Jul 23, 2009 at 5:36 AM, Jonathan deBoer<[email protected]> wrote:
>
> I replied to this on the openais list
>
>   
>> Jul 22 21:18:22 corosync [pcmk  ] plugin.c:1439 CRIT: send_cluster_id: 
>> Assertion failure line 1439: local_nodeid != 0
>>     
>
> What value of nodeid: is set in corosync.conf?
>
> _______________________________________________
> Pacemaker mailing list
> [email protected]
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>
>   


-- 
J. deBoer Computer Consulting.
42 Birchmont Dr.
Leduc, AB.
T9E-8S4
cell: 780-717-0669 

# Please read the openais.conf.5 manual page
aisexec {
        user:   root
        group:  root
 }

totem {
        version: 2

        # How long before declaring a token lost (ms)
        token:          10000

        # How many token retransmits before forming a new configuration
        token_retransmits_before_loss_const: 20

        # How long to wait for join messages in the membership protocol (ms)
        join:           60

        # How long to wait for consensus to be achieved before starting a new 
round of membership configuration (ms)
        consensus:      4800

        # Turn off the virtual synchrony filter
        vsftype:        none

        # Number of messages that may be sent by one processor on receipt of 
the token
        max_messages:   20

        # Limit generated nodeids to 31-bits (positive signed integers)
        clear_node_high_bit: yes

        # disable Encryption
        secauth: off

        # disable threading
        threads: 0
        interface {
                ringnumber: 0
                bindnetaddr: 172.29.1.2
                mcastaddr: 226.94.1.1
                mcastport: 5405
        }
}

logging {
        fileline: on
        to_syslog: no
        to_stderr: yes
        to_logfile: yes
        logfile: /var/log/corosync.log
        syslog_facility: daemon
        debug: on
        timestamp: on
}

amf {
        mode: disabled
}

service {
        # Load the Pacemaker Cluster Resource Manager
        name: pacemaker
        ver:  0
}

_______________________________________________
Pacemaker mailing list
[email protected]
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Reply via email to