Project

General

Profile

Actions

Bug #51601

closed

mgr/dashboard: server does not bind to all addresses anymore

Added by Jan Graichen almost 3 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Low
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

I've upgraded ceph-mgr from 16.2.4 to 16.2.5 and the dashboard stopped listing on all addresses. Instead, it uses the cluster address:

> ceph config get mgr mgr/dashboard/server_addr
::

> ss -tulpn | grep mgr
tcp   LISTEN   0        5            10.230.100.21:8443           0.0.0.0:*      users:(("ceph-mgr",pid=1314023,fd=24))

Explicitly assigning an address does work:

> ceph config set mgr mgr/dashboard/server_addr '::1'
> systemctl restart ceph-mgr.target
> ss -tulpn | grep mgr
tcp   LISTEN   0        5                    [::1]:8443              [::]:*      users:(("ceph-mgr",pid=1319150,fd=24))
Actions

Also available in: Atom PDF