ceph luminous 新功能之内置 dashboard

# 开启 dashboard (在任一 mon_server 节点上)
ceph mgr module enable dashboard

# 设置dashboard 端口和IP
ceph config-key set mgr/dashboard/server_port 7000 (指定集群dashboard的访问端口。可以不用配置,默认7000端口。)
ceph config-key set mgr/dashboard/server_addr $IP (指定集群 dashboard的访问IP)

# 服务重启:
systemctl restart ceph-mgr@mon_mgr

上一篇:Node.js+Koa开发微信公众号个人笔记(三)响应文本


下一篇:poj2018——Best Cow Fences