1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

fix addmodule procmgr issue

This commit is contained in:
david hill
2016-04-21 16:57:09 -05:00
parent 7f3c6dbb6e
commit 670631293e
2 changed files with 8 additions and 0 deletions

View File

@ -8477,6 +8477,8 @@ namespace oam
******************************************************************************************/
std::string Oam::updateFstab(std::string device, std::string dbrootID)
{
writeLog("updateFstab called: " + device + ":" + dbrootID, LOG_TYPE_INFO );
//check if entry already exist
string cmd = "grep /data" + dbrootID + " /etc/fstab /dev/null 2>&1";
int status = system(cmd.c_str());