Ceph Plugin - Dashboard - By Anoyi

云计算

? 部署 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 不设置,默认绑定 ::,禁用 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/

更多关于云服务器域名注册虚拟主机的问题,请访问西部数码官网:www.west.cn

赞(0)
声明:本网站发布的内容(图片、视频和文字)以原创、转载和分享网络内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-62778877-8306;邮箱:fanjiao@west.cn。本站原创内容未经允许不得转载,或转载时需注明出处:西部数码知识库 » Ceph Plugin - Dashboard - By Anoyi

登录

找回密码

注册