You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-24 14:20:59 +03:00
MCOL-520 - remove sudo for checking gluster log
This commit is contained in:
@@ -5544,7 +5544,7 @@ bool storageSetup(bool amazonInstall)
|
||||
// if gluster
|
||||
if ( storageType == "3" )
|
||||
{
|
||||
string command = SUDO + "stat /var/run/glusterd.pid > /dev/null 2>&1";
|
||||
string command = "stat /var/run/glusterd.pid > /dev/null 2>&1";
|
||||
int status = system(command.c_str());
|
||||
|
||||
if (WEXITSTATUS(status) != 0 )
|
||||
|
||||
Reference in New Issue
Block a user