add killing mysqld process after snapshot revert
This commit is contained in:
@ -846,6 +846,7 @@ bool Mariadb_nodes::revert_nodes_snapshot()
|
|||||||
{
|
{
|
||||||
rval = false;
|
rval = false;
|
||||||
}
|
}
|
||||||
|
ssh_node_f(i, true, "pkill -9 mysqld");
|
||||||
}
|
}
|
||||||
return rval;
|
return rval;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user