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
add volume status log
This commit is contained in:
@ -5675,6 +5675,9 @@ bool ProcessMonitor::amazonVolumeCheck(int dbrootID)
|
||||
}
|
||||
|
||||
string status = oam.getEC2VolumeStatus(volumeName);
|
||||
log.writeLog(__LINE__, "amazonVolumeCheck: getEC2VolumeStatus: " + 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