1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-1699 - fix iss with adddbroot amazon

This commit is contained in:
David Hill
2018-09-11 15:47:25 -05:00
parent 81761840ac
commit f7a2b50b21
3 changed files with 25 additions and 18 deletions

View File

@ -210,7 +210,7 @@ int main(int argc, char **argv)
}
catch(...) {}
if ( cloud == "amazon-ec2" ) {
if ( cloud == "amazon-ec2" || cloud == "amazon-vpc" ) {
if(!aMonitor.amazonIPCheck()) {
log.writeLog(__LINE__, "ERROR: amazonIPCheck failed, exiting", LOG_TYPE_CRITICAL);
sleep(2);