You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-3494: initial commit of test program to verify storagemanager.cnf during postConfigure.
This commit is contained in:
@ -5429,6 +5429,12 @@ bool storageSetup(bool amazonInstall)
|
||||
hdfs = false;
|
||||
sysConfig->setConfig("StorageManager", "Enabled", "Y");
|
||||
sysConfig->setConfig("SystemConfig", "DataFilePlugin", "libcloudio.so");
|
||||
// Verify S3 Configuration settings
|
||||
if (system("testS3Connection"))
|
||||
{
|
||||
cout << "ERROR: S3Storage Configuration check failed. Verify storagemanager.cnf settings and rerun postConfigure." << endl;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user