1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-520 - mkfs testing amazon

This commit is contained in:
David Hill
2018-10-30 13:39:06 -05:00
parent 8847a2fade
commit fe4de755ea

View File

@ -6509,7 +6509,7 @@ void Oam::addUMdisk(const int moduleID, std::string& volumeName, std::string& de
cmd = "mkfs.ext2 -F " + device + " > " + tmpdir + "/format.log 2>&1"; cmd = "mkfs.ext2 -F " + device + " > " + tmpdir + "/format.log 2>&1";
else else
cmd = "sudo mkfs.ext2 -F " + device + " > " + tmpdir + "/format.log 2>&1"; cmd = "sudo mkfs.ext2 -F " + device + " > " + tmpdir + "/format.log 2>&1";
cout << "1 " << cmd << endl;
system(cmd.c_str()); system(cmd.c_str());
//detach volume //detach volume
@ -6762,7 +6762,6 @@ void Oam::addDbroot(const int dbrootNumber, DBRootConfigList& dbrootlist, string
writeLog("addDbroot format cmd: " + cmd, LOG_TYPE_DEBUG ); writeLog("addDbroot format cmd: " + cmd, LOG_TYPE_DEBUG );
cout << "1 " << cmd << endl;
system(cmd.c_str()); system(cmd.c_str());
//detach //detach