Pertaining to: https://forum.proxmox.com/threads/how-to-change-ceph-internal-cluster-network.132513/ I already had 'cluster_network = 10.26.22.101/24' defined, now I am wondering why 'ceph-osd' is listening on the management interface (10.26.20.101) as well?
In the results below, I notice that 'ceph-osd' only is listening on the cluster_network, however 'ceph-osd' and 'ceph-mon' and 'ceph-mds' are listening on the 'public_network' as well. Can I restrict the OSDs to only the 'cluster_network' and would that be advantageous?
THX,
-JB
In the results below, I notice that 'ceph-osd' only is listening on the cluster_network, however 'ceph-osd' and 'ceph-mon' and 'ceph-mds' are listening on the 'public_network' as well. Can I restrict the OSDs to only the 'cluster_network' and would that be advantageous?
THX,
-JB
Code:
root@pve101:~# ss -tulpn | grep ceph
tcp LISTEN 0 512 10.26.22.101:6814 0.0.0.0:* users:(("ceph-osd",pid=2451,fd=24))
tcp LISTEN 0 512 10.26.22.101:6815 0.0.0.0:* users:(("ceph-osd",pid=2451,fd=25))
tcp LISTEN 0 512 10.26.22.101:6812 0.0.0.0:* users:(("ceph-osd",pid=2451,fd=20))
tcp LISTEN 0 512 10.26.22.101:6813 0.0.0.0:* users:(("ceph-osd",pid=2451,fd=21))
tcp LISTEN 0 512 10.26.22.101:6810 0.0.0.0:* users:(("ceph-osd",pid=2454,fd=24))
tcp LISTEN 0 512 10.26.22.101:6811 0.0.0.0:* users:(("ceph-osd",pid=2454,fd=25))
tcp LISTEN 0 512 10.26.22.101:6808 0.0.0.0:* users:(("ceph-osd",pid=2453,fd=24))
tcp LISTEN 0 512 10.26.22.101:6809 0.0.0.0:* users:(("ceph-osd",pid=2453,fd=25))
tcp LISTEN 0 512 10.26.22.101:6806 0.0.0.0:* users:(("ceph-osd",pid=2454,fd=21))
tcp LISTEN 0 512 10.26.22.101:6807 0.0.0.0:* users:(("ceph-osd",pid=2452,fd=25))
tcp LISTEN 0 512 10.26.22.101:6804 0.0.0.0:* users:(("ceph-osd",pid=2454,fd=20))
tcp LISTEN 0 512 10.26.22.101:6805 0.0.0.0:* users:(("ceph-osd",pid=2452,fd=24))
tcp LISTEN 0 512 10.26.22.101:6802 0.0.0.0:* users:(("ceph-osd",pid=2453,fd=20))
tcp LISTEN 0 512 10.26.22.101:6803 0.0.0.0:* users:(("ceph-osd",pid=2453,fd=21))
tcp LISTEN 0 512 10.26.22.101:6800 0.0.0.0:* users:(("ceph-osd",pid=2452,fd=20))
tcp LISTEN 0 512 10.26.22.101:6801 0.0.0.0:* users:(("ceph-osd",pid=2452,fd=21))
tcp LISTEN 0 512 10.26.20.101:3300 0.0.0.0:* users:(("ceph-mon",pid=1632,fd=27))
tcp LISTEN 0 512 10.26.20.101:6817 0.0.0.0:* users:(("ceph-osd",pid=2451,fd=23))
tcp LISTEN 0 512 10.26.20.101:6816 0.0.0.0:* users:(("ceph-osd",pid=2451,fd=22))
tcp LISTEN 0 512 10.26.20.101:6801 0.0.0.0:* users:(("ceph-mds",pid=1630,fd=19))
tcp LISTEN 0 512 10.26.20.101:6800 0.0.0.0:* users:(("ceph-mds",pid=1630,fd=18))
tcp LISTEN 0 512 10.26.20.101:6803 0.0.0.0:* users:(("ceph-osd",pid=2453,fd=18))
tcp LISTEN 0 512 10.26.20.101:6802 0.0.0.0:* users:(("ceph-osd",pid=2452,fd=18))
tcp LISTEN 0 512 10.26.20.101:6805 0.0.0.0:* users:(("ceph-osd",pid=2452,fd=19))
tcp LISTEN 0 512 10.26.20.101:6804 0.0.0.0:* users:(("ceph-osd",pid=2454,fd=18))
tcp LISTEN 0 512 10.26.20.101:6807 0.0.0.0:* users:(("ceph-osd",pid=2452,fd=22))
tcp LISTEN 0 512 10.26.20.101:6806 0.0.0.0:* users:(("ceph-osd",pid=2453,fd=19))
tcp LISTEN 0 512 10.26.20.101:6809 0.0.0.0:* users:(("ceph-osd",pid=2452,fd=23))
tcp LISTEN 0 512 10.26.20.101:6808 0.0.0.0:* users:(("ceph-osd",pid=2454,fd=19))
tcp LISTEN 0 512 10.26.20.101:6811 0.0.0.0:* users:(("ceph-osd",pid=2453,fd=23))
tcp LISTEN 0 512 10.26.20.101:6810 0.0.0.0:* users:(("ceph-osd",pid=2453,fd=22))
tcp LISTEN 0 512 10.26.20.101:6813 0.0.0.0:* users:(("ceph-osd",pid=2454,fd=23))
tcp LISTEN 0 512 10.26.20.101:6812 0.0.0.0:* users:(("ceph-osd",pid=2454,fd=22))
tcp LISTEN 0 512 10.26.20.101:6815 0.0.0.0:* users:(("ceph-osd",pid=2451,fd=19))
tcp LISTEN 0 512 10.26.20.101:6814 0.0.0.0:* users:(("ceph-osd",pid=2451,fd=18))
tcp LISTEN 0 512 10.26.20.101:6789 0.0.0.0:* users:(("ceph-mon",pid=1632,fd=28))