ceph dashboard
启用 Dashboard
yum install -y ceph-mgr-dashboardceph mgr module enable dashboard# 自动生成SSL证书并配置 ceph dashboard create-self-signed-cert # 手动配置指定SSL证书 ceph dashboard set-ssl-certificate -i dashboard.crt ceph dashboard set-ssl-certificate-key -i dashboard.key # 禁用SSL ceph config set mgr mgr/dashboard/ssl false# 如果配置了SSL,放行8433端口 firewall-cmd --add-port=8433/tcp firewall-cmd --add-port=8433/tcp --permanent # 如果禁用了SSL,放行8080端口 firewall-cmd --add-port=8080/tcp firewall-cmd --add-port=8080/tcp --permanent# ceph dashboard ac-user-create <username> <password> administrator ceph dashboard ac-user-create admin admin administrator
启用 Grafana 嵌入仪表板
安装 Grafana
安装 node_exporter
安装 prometheus
配置 ceph
最后更新于