Project

General

Profile

Bug #19369

mgr: listening socket does not respect public/cluster network setting in ceph.conf

Added by Patrick Donnelly about 7 years ago. Updated over 6 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
ceph-mgr
Target version:
-
% Done:

0%

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

Description

I have this setting on my mgr:

[global]
cluster network = 192.168.0.0/16
public network = 192.168.0.0/16

but the mgr is still listening on all interfaces:

# ss -lntp | grep mgr
LISTEN     0      128          *:6800                     *:*                   users:(("ceph-mgr",pid=5062,fd=23))

Related issues

Duplicates mgr - Bug #20955: mgr ignores public_network setting Resolved 08/09/2017

History

#1 Updated by John Spray over 6 years ago

  • Duplicates Bug #20955: mgr ignores public_network setting added

#2 Updated by John Spray over 6 years ago

  • Status changed from New to Duplicate

Happened to notice this by inspection as http://tracker.ceph.com/issues/20955, 90% sure this will be the same issue.

Also available in: Atom PDF