N°7533 - Prevent installation of iTop on Galera clusters

This commit is contained in:
Eric Espie
2024-06-20 10:50:50 +02:00
parent 9dcdb1bc8c
commit a3309365fc

View File

@@ -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 {