Commit 5621a509 authored by Wolfgang Bumiller's avatar Wolfgang Bumiller Committed by Dietmar Maurer

Ceph: fix old interfaces access in find_node_ip

Fixes #681
parent 0bba4496
......@@ -772,7 +772,7 @@ my $find_node_ip = sub {
my $ifaces = $config->{ifaces};
foreach my $iface (keys %$ifaces) {
my $d = $config->{$iface};
my $d = $ifaces->{$iface};
next if !$d->{$id};
my $a = Net::IP->new($d->{$id});
next if !$a;
......
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