Solve the problem that the ceph dashboard cannot be accessed

Solve the problem that the ceph dashboard cannot be accessed

Check which node the current dashboard falls into.

[root@ceph02 ~]# ceph mgr services
{
    
    
    "dashboard": "https://ceph02:8443/"
}

Restart the dashboard in ceph02 (fall on that node and restart on that node)

[root@ceph02 ~]# ceph mgr module  disable  dashboard
[root@ceph02 ~]# ceph mgr module  enable  dashboard

At this time, the browser visits again
Insert picture description here

Guess you like

Origin blog.csdn.net/weixin_43357497/article/details/113848858