1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

added option to create ebs in postconfigure

This commit is contained in:
david hill
2016-04-14 13:56:54 -05:00
parent fdcd05f8e4
commit bfa03e99eb
4 changed files with 240 additions and 105 deletions

View File

@ -2246,6 +2246,11 @@ namespace oam
*/
EXPORT void addDbroot(const int dbrootNumber, DBRootConfigList& dbrootlist, std::string EBSsize = oam::UnassignedName);
/**
*@brief add UM Disk
*/
EXPORT void addUMdisk(const int moduleID, std::string& volumeName, std::string& device, std::string EBSsize = oam::UnassignedName);
/**
*@brief distribute Fstab Updates
*/