Project

General

Profile

Actions

Bug #43898

closed

cephadm CEPHADM_STRAY_HOST: FQDN vs short host names

Added by Sebastian Wagner over 4 years ago. Updated about 4 years ago.

Status:
Resolved
Priority:
High
Assignee:
-
Category:
cephadm
Target version:
-
% Done:

0%

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

Description

admin:~ # ceph health detail
HEALTH_WARN 3 stray host(s) with 10 service(s) not managed by cephadm
[WRN] CEPHADM_STRAY_HOST: 3 stray host(s) with 10 service(s) not managed by cephadm
    stray host node1.test.com has 4 stray daemons: ['mgr.hwboak', 'mon.node1.octopus_test1.com', 'osd.0', 'osd.1']
    stray host node2.test.com has 3 stray daemons: ['mgr.icdsnv', 'osd.2', 'osd.3']
    stray host node3.test.com has 3 stray daemons: ['mgr.ytvgxh', 'osd.4', 'osd.5']
admin:~ # ceph orchestrator host ls
HOST  LABELS 
node2        
admin        
node3        
node1     
admin:~ # ceph mon metadata
[
    {
        "name": "node1.test.com",
        "addrs": "[v2:10.20.163.201:3300/0,v1:10.20.163.201:6789/0]",
        "hostname": "node1.test.com",
        ...
    },
    {
        "name": "node2",
        "addrs": "[v2:10.20.163.202:3300/0,v1:10.20.163.202:6789/0]",
        "hostname": "node2.test.com",
        ...
    },
    {
        "name": "node3",
        "addrs": "[v2:10.20.163.203:3300/0,v1:10.20.163.203:6789/0]",
        "hostname": "node3.test.com",
        ...
    }
]

Relates to https://github.com/SUSE/ceph-bootstrap/issues/56

Actions

Also available in: Atom PDF