You've already forked mariadb-columnstore-engine
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:
@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user