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

MCOL-520 - fix um device name

This commit is contained in:
David Hill
2018-10-30 16:49:42 -05:00
parent 3e4b869a25
commit 6c3b6cd470
2 changed files with 2 additions and 3 deletions

View File

@@ -5658,7 +5658,6 @@ void Oam::manualMovePmDbroot(std::string residePM, std::string dbrootIDs, std::s
cout << endl << "ERROR: umountDBRoot api failure" << endl;
exceptionControl("manualMovePmDbroot", API_FAILURE);
}
}
//check for amazon moving required

View File

@@ -2837,8 +2837,8 @@ int main(int argc, char* argv[])
callFree(pcommand);
}
//get device name based on DBRoot ID
deviceName = "/dev/sdf";
//get amazon device name for UM
deviceName = "/dev/xvdf";
}
else
{