You've already forked mariadb-columnstore-engine
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:
@@ -5658,7 +5658,6 @@ void Oam::manualMovePmDbroot(std::string residePM, std::string dbrootIDs, std::s
|
|||||||
cout << endl << "ERROR: umountDBRoot api failure" << endl;
|
cout << endl << "ERROR: umountDBRoot api failure" << endl;
|
||||||
exceptionControl("manualMovePmDbroot", API_FAILURE);
|
exceptionControl("manualMovePmDbroot", API_FAILURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//check for amazon moving required
|
//check for amazon moving required
|
||||||
|
@@ -2837,8 +2837,8 @@ int main(int argc, char* argv[])
|
|||||||
callFree(pcommand);
|
callFree(pcommand);
|
||||||
}
|
}
|
||||||
|
|
||||||
//get device name based on DBRoot ID
|
//get amazon device name for UM
|
||||||
deviceName = "/dev/sdf";
|
deviceName = "/dev/xvdf";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user