Merge pull request #147 from ClusterLabs/scancore-debugging

* Clear out the bond health in Network->check_network().
main
Digimer 4 years ago committed by GitHub
commit ca6ef6ffd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      Anvil/Tools/Network.pm

@ -270,6 +270,11 @@ sub check_network
my $host = $anvil->Get->short_host_name();
$anvil->Network->bridge_info({debug => $debug});
if (exists $anvil->data->{bond_health})
{
delete $anvil->data->{bond_health};
}
# Read in the network configuration files to track which interfaces are bound to which bonds.
my $repaired = 0;
my $interface = "";

Loading…
Cancel
Save