Comment 11 for bug 1540936

Revision history for this message
Sofiia Andriichenko (sandriichenko) wrote :

[root@nailgun ~]# cd /var/log/remote
[root@nailgun remote]# find . |grep lrmd
./node-39.test.domain.local/lrmd.log
./node-40.test.domain.local/lrmd.log
./node-38.test.domain.local/lrmd.log
[root@nailgun remote]# grep -i 'master' ./node-38.test.domain.local/lrmd.log
2016-03-22T09:25:07.346625+00:00 info: INFO: p_rabbitmq-server[30860]: get_monitor(): also checking if we are master.
2016-03-22T09:25:08.805039+00:00 info: INFO: p_rabbitmq-server[30860]: get_monitor(): master attribute is 0
...

[root@nailgun remote]# grep -i 'master is' ./node-39.test.domain.local/lrmd.log
2016-03-22T09:12:44.655445+00:00 info: INFO: p_rabbitmq-server[32475]: get_monitor(): master is node-38.test.domain.local
....
[root@nailgun remote]# grep -i 'master is' ./node-40.test.domain.local/lrmd.log
2016-03-22T10:21:50.148183+00:00 info: INFO: p_rabbitmq-server[5888]: get_monitor(): master is node-38.test.domain.local
...