You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-09-02 12:41:17 +03:00
add log to output status
This commit is contained in:
@@ -5655,6 +5655,8 @@ bool ProcessMonitor::amazonVolumeCheck(int dbrootID)
|
||||
}
|
||||
|
||||
string status = oam.getEC2VolumeStatus(volumeName);
|
||||
log.writeLog(__LINE__, "amazonVolumeCheck volume status: " + status, LOG_TYPE_DEBUG);
|
||||
|
||||
if ( status == "attached" ) {
|
||||
log.writeLog(__LINE__, "amazonVolumeCheck function successfully completed, volume attached: " + volumeName, LOG_TYPE_DEBUG);
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user