Hi all,
Apologies in advance if my google-fu was not strong enough to find a previous answer.
I have two networks in my cluster, physically separated:
192.168.0.0/24 - PVE and client network - 24port switch
192.168.200.0/24 - CEPH communication - 8 port switch
I wish to host the CEPH monitoring dashboard. The default location for this was 192.168.200.42 - but this is not useful to me, because none of my clients have access to this, as it is physically seperated and reserved for CEPH communication.
I attempted to use `ceph mgr services` to set the dashboard to the .0 network, and now receive the following error:
Some dumps that may be useful:
One way around this would to return the dashboard to the .200 network and provide access and routing to the CEPH switch - either through my router or switch. However, this feels like the wrong way about it.
Any suggestions gratefully appreciated!
Apologies in advance if my google-fu was not strong enough to find a previous answer.
I have two networks in my cluster, physically separated:
192.168.0.0/24 - PVE and client network - 24port switch
192.168.200.0/24 - CEPH communication - 8 port switch
I wish to host the CEPH monitoring dashboard. The default location for this was 192.168.200.42 - but this is not useful to me, because none of my clients have access to this, as it is physically seperated and reserved for CEPH communication.
I attempted to use `ceph mgr services` to set the dashboard to the .0 network, and now receive the following error:
Code:
Module 'dashboard' has failed: OSError("No socket could be created -- (('192.168.0.42', 8443): [Errno 99] Cannot assign requested address)")
Some dumps that may be useful:
Code:
root@i3-nuc:~# ceph config dump
WHO MASK LEVEL OPTION VALUE RO
mon advanced auth_allow_insecure_global_id_reclaim false
mgr advanced mgr/dashboard/i3-nuc/server_addr 192.168.0.42 *
mgr advanced mgr/dashboard/server_addr 192.168.0.42 *
Code:
root@i3-nuc:~# ceph mgr services | grep dashboard
"dashboard": "https://192.168.0.42:8443/"
One way around this would to return the dashboard to the .200 network and provide access and routing to the CEPH switch - either through my router or switch. However, this feels like the wrong way about it.
Any suggestions gratefully appreciated!