You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-462
This commit is contained in:
@ -5964,6 +5964,9 @@ namespace oam
|
||||
catch(...) {}
|
||||
|
||||
writeLog("addUMdisk - Create new Volume for um" + itoa(moduleID), LOG_TYPE_DEBUG);
|
||||
|
||||
cout << " Create AWS Volume for UM #" << itoa(moduleID) << endl;
|
||||
|
||||
volumeName = createEC2Volume(UMVolumeSize, "um");
|
||||
if ( volumeName == "failed" ) {
|
||||
writeLog("addModule: create volume failed", LOG_TYPE_CRITICAL);
|
||||
@ -5984,6 +5987,7 @@ namespace oam
|
||||
|
||||
//format attached volume
|
||||
writeLog("addUMdisk - Format new Volume for: " + volumeName, LOG_TYPE_DEBUG);
|
||||
cout << " Formatting disk for UM #" << itoa(moduleID) << ", please wait..." << endl;
|
||||
|
||||
string cmd;
|
||||
int user;
|
||||
|
Reference in New Issue
Block a user