溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

Ceph Plugin - Dashboard - By Anoyi

發(fā)布時間:2020-07-22 05:04:30 來源:網(wǎng)絡(luò) 閱讀:831 作者:日拱一兵 欄目:云計算

? 部署 Dashboard

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 不設(shè)置,默認綁定 ::,禁用 ssl 之后,PORT 默認 8080

4、啟用 Dashboard

ceph mgr module enable dashboard

5、用戶、密碼、權(quán)限

# 創(chuàng)建用戶
ceph dashboard ac-user-create <username> <password> administrator

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

6、查看 Dashboard 狀態(tài)

ceph mgr services 

? 其他設(shè)置

使變更的配置生效

ceph mgr module disable dashboard
ceph mgr module enable dashboard

配置訪問前綴

ceph config set mgr mgr/dashboard/url_prefix $PREFIX

配置成功,訪問地址變更為 http://$IP:$PORT/$PREFIX/

向AI問一下細節(jié)

免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI