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