您好,登錄后才能下訂單哦!
1、安裝 ceph-mgr-dashboard
yum install -y ceph-mgr-dashboard
2、禁用 SSL
ceph config set mgr mgr/dashboard/ssl false
3、【可選】配置 host 和 port
ceph config set mgr mgr/dashboard/server_addr $IP
ceph config set mgr mgr/dashboard/server_port $PORT
IP 不設置,默認綁定
::
,禁用 ssl 之后,PORT 默認8080
4、啟用 Dashboard
ceph mgr module enable dashboard
5、用戶、密碼、權限
# 創建用戶
ceph dashboard ac-user-create <username> <password> administrator
# 更多操作,查看幫助
ceph dashboard -h
6、查看 Dashboard 狀態
ceph mgr services
使變更的配置生效
ceph mgr module disable dashboard
ceph mgr module enable dashboard
配置訪問前綴
ceph config set mgr mgr/dashboard/url_prefix $PREFIX
配置成功,訪問地址變更為 http://$IP:$PORT/$PREFIX/
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。