MXS-1476: Stop nodes instead of blocking them
This should actually disrupt the Galera cluster instead of just temporarily disabling it.
This commit is contained in:
@ -291,7 +291,7 @@ public:
|
||||
* @param param command line parameters for DB server start command
|
||||
* @return 0 if success
|
||||
*/
|
||||
int start_node(int node, const char* param);
|
||||
int start_node(int node, const char* param = "");
|
||||
|
||||
/**
|
||||
* @brief Check node via ssh and restart it if it is not resposible
|
||||
|
Reference in New Issue
Block a user