Project

General

Profile

Actions

Bug #56132

open

CEPHADM_CHECK_NETWORK_MISSING -- except its not missing v17.2

Added by Harry Coin almost 2 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
common
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
Yes
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

root@noc1:~# ceph health detail
(MUTED) [WRN] CEPHADM_CHECK_NETWORK_MISSING: Public/cluster network defined, but can not be found on any host
    fc00:1000:0:b00::/64 not found on any host in the cluster
root@noc1:~# ip -6 addr show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 state UNKNOWN qlen 1000
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
...
9: ceph0noc0iface@ceph0noc0port: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
    inet6 fc00:1000:0:b00::1/64 scope global 
       valid_lft forever preferred_lft forever
    inet6 fe80::5054:b5ff:fea2:2e64/64 scope link 
       valid_lft forever preferred_lft forever
...

The code looks at the first address on each interface -- then stops. If the named network appears second or later on an interface, the message appears as a false positive.
I think this is a regression from Pacific. It was reported on either Nautilus or Quincy, fixed on Pacific... but...

No data to display

Actions

Also available in: Atom PDF