Add the instance manager to the list of processes to shutdown and ping in mtr_kill_leftovers

parent 420d40d3
......@@ -340,7 +340,9 @@ sub mtr_kill_leftovers () {
my $pid;
#Start shutdown of instance_managers, masters and slaves
foreach my $srv (@{$::instance_manager->{'instances'}},@{$::master},@{$::slave})
foreach my $srv ($::instance_manager,
@{$::instance_manager->{'instances'}},
@{$::master},@{$::slave})
{
$pid= mtr_mysqladmin_start($srv, "shutdown", 70);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment