1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-31 18:30:33 +03:00

did not comment out the sudo command

This commit is contained in:
Ben Thompson
2017-09-13 17:33:20 -05:00
parent 234810905d
commit 36b6609936

View File

@@ -5824,7 +5824,7 @@ bool glusterSetup(string password) {
//}
//else
//{
command = remoteCommand + DataRedundancyConfigs[pm].pmIpAddr + " " + password + " 'sudo mkdir -p " + installDir + "/gluster/brick" + oam.itoa(brick) + "'";
// command = remoteCommand + DataRedundancyConfigs[pm].pmIpAddr + " " + password + " 'sudo mkdir -p " + installDir + "/gluster/brick" + oam.itoa(brick) + "'";
//}
status = system(command.c_str());
if (WEXITSTATUS(status) != 0 )