From a3309365fc552f8f7bc19fae4143ea518e835e7e Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Thu, 20 Jun 2024 10:50:50 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B07533=20-=20Prevent=20installation=20of?= =?UTF-8?q?=20iTop=20on=20Galera=20clusters?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/setuputils.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/setuputils.class.inc.php b/setup/setuputils.class.inc.php index 5a9d699a2..9d2d8ecb9 100644 --- a/setup/setuputils.class.inc.php +++ b/setup/setuputils.class.inc.php @@ -1300,7 +1300,7 @@ EOF $iClusters = $oDBSource->GetClusterNb(); if ($iClusters > 0) { SetupLog::Warning('Warning - Using Galera will cause malfunctions and data corruptions. Combodo does not support this type of infrastructure.'); - $aResult['checks'][] = new CheckResult(CheckResult::WARNING, 'Galera can lead to malfunctions and data corruption. Combodo does not support this type of infrastructure.'); + $aResult['checks'][] = new CheckResult(CheckResult::WARNING, 'Using Galera will cause malfunctions and data corruptions. Combodo does not support this type of infrastructure.'); } try {