From 65bf33bd063fc259b80bc6ef6a9ad1ed9f458c0d Mon Sep 17 00:00:00 2001 From: zhangguoqing Date: Thu, 14 Apr 2016 10:23:41 +0800 Subject: [PATCH] Fix the configuration /etc/xinetd.d/galera-monitor Can't access the mariadb galera cluster by VIP. And the port 9200 is down, which caused by the galera-monitor failure. This patch fix the configuration of /etc/xinetd.d/galera-monitor to up the 9200 port. Change-Id: Icc9e165f632ff4e9cbce6713ff84ea5dc8304543 Closes-Bug: #1570161 --- doc/ha-guide/source/controller-ha-galera-manage.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/ha-guide/source/controller-ha-galera-manage.rst b/doc/ha-guide/source/controller-ha-galera-manage.rst index 27539b21..705ab6ac 100644 --- a/doc/ha-guide/source/controller-ha-galera-manage.rst +++ b/doc/ha-guide/source/controller-ha-galera-manage.rst @@ -219,7 +219,8 @@ use the ``clustercheck`` utility to improve health checks. .. code-block:: ini - service galera-monitor { + service galera-monitor + { port = 9200 disable = no socket_type = stream