Is there a way to configure resources with pcs command, that they will keep always up on all configured nodes? I'm asking this question because I could observe following behaviour in my 2 node setup:
For example a two node setup with two resources, flotating IP address and rsyslog:
node1 node2
VIP -
rsyslog(on) rsyslog(off)
The rsyslog resource is only running on the active node, which is having the VIP. The passive node shuts down the process of the rsyslog resource and is waiting until the "active" one is breaking to do a fail-over. As soon this happens it will start the process of the resource on the 2nd node. But I want to have the process running always on both nodes at the same time, even though one is declared as passive.
For any reason my pacemaker/corosync cluster turns off the resource on node2. I want to have them turned on always on both nodes, as long there is no reason for a fail.