报错内容
[root@cephnode01 ~]# ceph -s cluster: id: ce846d05-1d18-4be6-a4a8-d976e63f4b87 health: HEALTH_WARN application not enabled on 1 pool(s) services:
查看错误详情
ceph health detail
[root@cephnode01 ~]# ceph health detail HEALTH_WARN application not enabled on 1 pool(s) POOL_APP_NOT_ENABLED application not enabled on 1 pool(s) application not enabled on pool 'kube' use 'ceph osd pool application enable <pool-name> <app-name>', where <app-name> is 'cephfs', 'rbd', 'rgw', or freeform for custom applications.
根据错误提示启动pool
[root@cephnode01 ~]# ceph osd pool application enable kube rbd enabled application 'rbd' on pool 'kube' [root@cephnode01 ~]# ceph health detail HEALTH_OK
最新评论
# 这只是一个创建远程登录并授权的语句、仅作为记录 GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'Fit2cloud!' WITH GRANT OPTION;
当MGR集群初始化结束后,需要开启MGR集群自启动(需要有一台节点是自动开启引导) loose-group_replication_start_on_boot = ON #设置节点是否在启动时自动启动 MGR 集群 loose-group_replication_bootstrap_group = ON #设置节点是否作为初始引导节点启动集群
密码:blog.sirliu.com
本内容密码:blog.sirliu.com 最新整理的文章在这里喔:https://blog.sirliu.com/2018/11/shell_lian_xi_ti.html