Bliu,

Hi, all
     I 've encountered an issue of bonded iba with corosync. It seems to
work if the adapter is not Bonded

Even bounded iba was probably never tested, I believe you are hitting different problem.

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

^^^ This means support for iba was not compiled in. If it would be, build-in features would contain rdma (so line would look (example) like "Corosync built-in features: nss dbus rdma snmp")

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).

^^ I've tried your config file + corosync without rdma and it just crashes. Something what is for sure good to have fixed.

Regards,
  Honza


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


_______________________________________________
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