Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 595 Bytes

dashboard.md

File metadata and controls

44 lines (27 loc) · 595 Bytes

启用dashboad

在需要启用的节点上安装

yum install ceph-mgr-dashboard -y

启用

ceph mgr module enable dashboard

设置签名证书

ceph dashboard create-self-signed-cert

创建管理员用户

ceph dashboard ac-user-create {username} {passwd} administrator

查看端口信息

ceph mgr services | grep dashboard

设置固定端口

ceph config set mgr mgr/dashboard/server_addr $IP
ceph config set mgr mgr/dashboard/server_port $PORT
ceph config set mgr mgr/dashboard/ssl_server_port $PORT