「PVE/CEPH」- Dashboard | 面板

// -------------------------------------------------------- // 在每个 MGR 节点中

apt-get install ceph-mgr-dashboard 

// -------------------------------------------------------- // 在某个 MGR 节点中

ceph mgr module enable dashboard                       

ceph dashboard ac-user-create admin administrator -i /tmp/password

ceph config set mgr mgr/dashboard/ssl false # 禁用 TLS 信息

// -------------------------------------------------------- // 查看地址,并访问

# ceph mgr services
{
    "dashboard": "http://172.31.253.247:8080/",
    "prometheus": "http://172.31.253.247:9283/"
}

firefox http://172.31.253.247:8080/

参考文献

[TUTORIAL] – [Nautilus] activating CEPH DASHBOARD
Ceph Dashboard — Ceph Documentation