1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-31 18:30:33 +03:00
This commit is contained in:
david hill
2016-06-30 14:28:15 -05:00
parent b6c8d4555f
commit 6e1ce92b0f
6 changed files with 59 additions and 24 deletions

View File

@@ -1647,8 +1647,8 @@ void pingDeviceThread()
processManager.setSystemState(oam::BUSY_INIT);
string cmd = "/etc/init.d/glusterd restart > /dev/null 2>&1";
system(cmd.c_str());
//string cmd = "/etc/init.d/glusterd restart > /dev/null 2>&1";
//system(cmd.c_str());
//send notification
oam.sendDeviceNotification(moduleName, MODULE_DOWN);