Hi,
        I have configured two node cluster with 2 channels
        Corosync stop command is not working and system is hanged every time
        Configuration and logs details are mentioned below for my scenario.


corosync.conf file. content

totem {
        version: 2
        secauth: off
        threads: 0
        rrp_mode: passive
        interface {
                ringnumber: 0
                bindnetaddr: 192.168.4.0
                mcastaddr: 225.0.0.1
                mcastport: 694
        }
        interface {
                ringnumber: 1
                bindnetaddr: 192.168.5.0
                mcastaddr: 225.0.0.2
                mcastport: 694
        }
}

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

amf {
        mode: disabled
}

#end corosync.conf

Network card
etho 192.168.4.46
eth1 192.168.5.46



After ifconfig eth0 down
      ifconfig eth1 down operation . Corosync is continuously writting
these log in every three second interval.
1. corosync [TOTEM  ] Token ws lost in commit state
2. corosync [TOTEM  ] ntering GATHER state from 4
3. corosync [TOTEM  ] craeting commit token because I am is the rep
4. corosync [TOTEM  ] storing new sequence id for ring 6cb4#[used to be
changed]
5. corosync [TOTEM  ] enetring commit state



After making down both channel command
/etc/init.d/corosync stop is not working

No new log is written  for corosync stop

After executeing corosync stop command
ps -afe |grep coro
command show these process

corosync
[corosync]<defunct>
grep coro

Version Details
corosync-1.3.0


If I configure only one channel then everything is woking fine.
Please can you let me know my testing scenarion is valid or not.

_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to