[ClusterLabs] cluster problems after let's encrypt

fatcharly at gmx.de fatcharly at gmx.de
Mon Jul 6 12:13:15 EDT 2020


Hi,

I'm running a two node corosync httpd-cluster on a CentOS 7.
corosync-2.4.5-4.el7.x86_64
pcs-0.9.168-4.el7.centos.x86_64
Today I used lets encrypt to installt https for two domains on that system.
After that the node with the new https-domains is not longer able to hold the apache resource:

The resource is configured like this:
Resource: apache (class=ocf provider=heartbeat type=apache)
Attributes: configfile=/etc/httpd/conf/httpd.conf statusurl=http://127.0.0.1:8089/server-status
Operations: start interval=0s timeout=40s (apache-start-interval-0s)
stop interval=0s timeout=60s (apache-stop-interval-0s)
monitor interval=1min (apache-monitor-interval-1min)

The status-page is configured like this:
Listen 127.0.0.1:8089
<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from 127.0.0.1

And the log shows this:
Jul 6 16:55:18 bachi2 apache(apache)[7182]: INFO: waiting for apache /etc/httpd/conf/httpd.conf to come up
Jul 6 16:55:19 bachi2 apache(apache)[7182]: INFO: apache not running
Jul 6 16:55:19 bachi2 apache(apache)[7182]: INFO: waiting for apache /etc/httpd/conf/httpd.conf to come up
Jul 6 16:55:20 bachi2 apache(apache)[7182]: INFO: apache not running
Jul 6 16:55:20 bachi2 apache(apache)[7182]: INFO: waiting for apache /etc/httpd/conf/httpd.conf to come up
Jul 6 16:55:21 bachi2 lrmd[8756]: warning: apache_start_0 process (PID 7182) timed out
Jul 6 16:55:21 bachi2 lrmd[8756]: warning: apache_start_0:7182 - timed out after 40000ms
Jul 6 16:55:21 bachi2 crmd[8759]: error: Result of start operation for apache on bachi2: Timed Out
Jul 6 16:55:21 bachi2 apache(apache)[8416]: INFO: apache is not running.

Any suggestions are welcome

Best regards

fatcharly


More information about the Users mailing list