<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title></title>
</head>
<body style="font-family:Arial">
<p><br>
Hi,<br>
<br>
When i start my cluster, most of my systemd resources won't start:<br>
<br>
Failed Resource Actions:<br>
  * apache_stop_0 on boss1 'OCF_TIMEOUT' (198): call=82, status='Timed Out', exitreason='', last-rc-change='1970-01-01 01:00:54 +01:00', queued=29ms, exec=197799ms<br>
  * openvpn_stop_0 on boss1 'OCF_TIMEOUT' (198): call=61, status='Timed Out', exitreason='', last-rc-change='1970-01-01 01:00:54 +01:00', queued=1805ms, exec=198841ms<br>
<br>
<br>
So everytime i reboot my node, i need to start the resources manually using systemd, for example:<br>
<br>
systemd start apache<br>
<br>
and then pcs resource cleanup<br>
<br>
Resources configuration:<br>
<br>
Clone: apache-clone<br>
  Meta Attrs: maintenance=false<br>
  Resource: apache (class=systemd type=httpd)<br>
   Meta Attrs: maintenance=false<br>
   Operations: monitor interval=60 timeout=100 (apache-monitor-interval-60)<br>
               start interval=0s timeout=100 (apache-start-interval-0s)<br>
               stop interval=0s timeout=100 (apache-stop-interval-0s)<br>
<br>
<br>
<br>
Resource: openvpn (class=systemd type=openvpn-server@01-server)<br>
   Meta Attrs: maintenance=false<br>
   Operations: monitor interval=60 timeout=100 (openvpn-monitor-interval-60)<br>
               start interval=0s timeout=100 (openvpn-start-interval-0s)<br>
               stop interval=0s timeout=100 (openvpn-stop-interval-0s)<br>
<br>
<br>
<br>
Btw, if i try a debug-start / debug-stop the mentioned resources start and stop ok.<br>
<br>
 </p>
</body>
</html>