Ceph Plugin - Dashboard - By Anoyi

▶ 部署 Dashboard

一、安裝 ceph-mgr-dashboardurl

yum install -y ceph-mgr-dashboard

二、禁用 SSLcode

ceph config set mgr mgr/dashboard/ssl false

三、【可選】配置 host 和 portserver

ceph config set mgr mgr/dashboard/server_addr $IP

ceph config set mgr mgr/dashboard/server_port $PORT
IP 不設置,默認綁定 ::,禁用 ssl 以後,PORT 默認 8080

四、啓用 Dashboardssl

ceph mgr module enable dashboard

五、用戶、密碼、權限部署

# 建立用戶
ceph dashboard ac-user-create <username> <password> administrator

# 更多操做,查看幫助
ceph dashboard -h

六、查看 Dashboard 狀態module

ceph mgr services

▶ 其餘設置

使變動的配置生效配置

ceph mgr module disable dashboard
ceph mgr module enable dashboard

配置訪問前綴service

ceph config set mgr mgr/dashboard/url_prefix $PREFIX

配置成功,訪問地址變動爲 http://$IP:$PORT/$PREFIX/權限

相關文章
相關標籤/搜索