1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

MCOL-520 amazon changes

This commit is contained in:
David Hill
2018-10-25 14:30:03 -05:00
parent f65c2ecc91
commit 3693e72977

View File

@ -4862,7 +4862,7 @@ bool storageSetup(bool amazonInstall)
return true;
}
cout << "===== Setup Storage Configuration =====" << endl;
cout << "===== Setup Storage Configuration =====" << endl << endl;
string storageType;
@ -5109,10 +5109,7 @@ bool storageSetup(bool amazonInstall)
//check if gluster is installed
int rtnCode = 1;
if (rootUser)
rtnCode = system("gluster --version > /tmp/gluster.log 2>&1");
else
rtnCode = system("sudo gluster --version > /tmp/gluster.log 2>&1");
rtnCode = system("gluster --version > /tmp/gluster.log 2>&1");
if (rtnCode == 0)
{