Configurazione
Assicurarsi che il modulo sia abilitato:
[root@ceph-mon-01 ~]# ceph mgr module ls | grep dash dashboard on
In caso cambiare i settings:
ceph config set mgr mgr/dashboard/server_addr <ip-del-mgr-attivo> ceph config set mgr mgr/dashboard/server_port 8080 ceph config set mgr mgr/dashboard/ssl false
Sul mgr node assicurarsi che la porta 8080 sia aperta e in caso aprirla:
# /usr/bin/firewall-cmd --add-port=8080/tcp # /usr/bin/firewall-cmd --permanent --add-port=8080/tcp
Per vedere la URL della dashboard:
[root@ceph-mon-01 ~]# ceph mgr services { "dashboard": "http://192.168.60.208:8080/" }
Loggarsi come admin