Hi, all
    I 've encountered an issue of bonded iba with corosync. It seems to work if 
the adapter is not Bonded
but fails to show as an option when the adapter is part of a Bonded interface.

corosync[21584]:  [MAIN  ] Corosync Cluster Engine ('1.4.7'): started and ready 
to provide service.
Sep 29 19:13:10 usrv-fsm1 corosync[21584]:  [MAIN  ] Corosync built-in 
features: nss
Sep 29 19:13:10 usrv-fsm1 corosync[21584]:  [MAIN  ] Successfully configured 
openais services to load
Sep 29 19:13:10 usrv-fsm1 corosync[21584]:  [MAIN  ] Successfully read main 
configuration file '/etc/corosync/corosync.conf'.
Sep 29 19:13:10 usrv-fsm1 corosync[21584]:  [TOTEM ] Initializing transport 
(none).

Have you seen this? I 've checked the code, but found nothing to do with this? 
And the config file is as following:

# /etc/corosync/corosync.conf
compatibility: whitetank
aisexec {
        group:          root
        user:           root
}
service {
        ver:            0
        name:           pacemaker
        use_mgmtd:      yes
        use_logd:       yes
}
totem {
        version:        2
        transport:  iba
        token:          5000
        token_retransmits_before_loss_const: 30
        join:           1000
        consensus:      6000
        vsftype:        none
        max_messages:   20
        clear_node_high_bit: yes
        secauth:        off
        threads:        0
        interface {
                ringnumber:     0
                bindnetaddr:    172.31.0.0
                mcastaddr:      239.255.1.38
                mcastport:      5405
        }
}
logging {
        fileline:       off
        to_stderr:      no
        to_logfile:     no
        timestamp:      on
        to_syslog:      yes
        syslog_facility: daemon
        debug:          off
        timestamp:      off
}
amf {
        mode:   disable
}

Thanks


_______________________________________________
Users mailing list: [email protected]
http://clusterlabs.org/mailman/listinfo/users

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org

Reply via email to