<div dir="ltr"><div><div><div>I'm experiencing a strange issue with pacemaker. It is unable to check the status of a systemd resource. <br><br>systemctl shows that the service crashed:<br>[root@xxxxxxxxxx ~]# systemctl status rsyslog<br>● rsyslog.service - System Logging Service<br>   Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)<br>   Active: inactive (dead) since Mon 2016-12-05 07:41:11 UTC; 12h ago<br>     Docs: man:rsyslogd(8)<br>           <a href="http://www.rsyslog.com/doc/">http://www.rsyslog.com/doc/</a><br> Main PID: 22703 (code=exited, status=0/SUCCESS)<br><br>Dec 02 21:41:41 xxxxxxxxxx.xxxx.xxxx.xx systemd[1]: Starting Cluster Controlled rsyslog...<br>Dec 02 21:41:41 xxxxxxxxxx.xxxx.xxxx.xx systemd[1]: Started Cluster Controlled rsyslog.<br>Dec 05 07:41:08 xxxxxxxxxx.xxxx.xxxx.xx systemd[1]: Stopping System Logging Service...<br>Dec 05 07:41:11 xxxxxxxxxx.xxxx.xxxx.xx systemd[1]: Stopped System Logging Service.<br>Dec 05 07:41:40 xxxxxxxxxx.xxxx.xxxx.xx systemd[1]: Stopped System Logging Service.<br><br></div>Attempting to view the status through Pacemaker shows:<br>[root@xxxxxxxxxx ~]# crm_resource --force-check -V -r rsyslog<br>Error performing operation: Argument list too long<br>[root@xxxxxxxxxx ~]# pcs resource debug-monitor rsyslog --full<br>Error performing operation: Argument list too long<br><br></div>The problem seems to be resolved (temporarily) by restarting corosync and then starting the cluster again.<br><br></div>Has anyone else experienced this?<br></div>