[Pacemaker] BUG: crm_mon prints status of clone instances being started as 'Started'

2015-01-09 Thread Vladislav Bogdanov
Hi all, It seems like lib/pengine/clone.c/clone_print() doesn't respect pending state of clone/ms resource instances in the cumulative output: short_print(list_text, child_text, rsc->variant == pe_master ? "Slaves" : "Started", options, print_data); in by-node output cr

Re: [Pacemaker] Clustermon issue

2015-01-09 Thread Marco Querci
I tried to insert some check code in my script: #!/bin/bash echo $(date) >> /tmp/check monitorfile=/tmp/clustermonitor.html hostname=$(hostname) echo "Cluster state changes detected" | mail -r "$hostname@" -s "Cluster Monitor" -a $monitorfile mquerc...@gmail.com to check if the script is be

[Pacemaker] Corosync fails to start when NIC is absent

2015-01-09 Thread Kostiantyn Ponomarenko
Hi guys, Corosync fails to start if there is no such network interface configured in the system. Even with "rrp_mode: passive" the problem is the same when at least one network interface is not configured in the system. Is this the expected behavior? I thought that when you use redundant rings, i