温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

ceph application not enabled 的解决方法--2019_9

发布时间:2020-07-04 12:45:03 来源:网络 阅读:3370 作者:smartAI 栏目:云计算

'# ceph -s
cluster:
id: XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
health: HEALTH_WARN
application not enabled on 1 pool(s)

services:
mon: 3 daemons, quorum a,b,c
mgr: a(active), standbys: b, c
osd: 6 osds: 6 up, 6 in

data:
pools: 17 pools, 472 pgs
objects: 16 objects, 1.9 KiB
usage: 360 MiB used, 3.4 TiB / 3.4 TiB avail
pgs: 472 active+clean

根据提示把pool设置

[root@localhost Keyring]# 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 '.rgw.root'
use 'ceph osd pool application enable <pool-name> <app-name>', where <app-name> is 'cephfs', 'rbd', 'rgw', or freeform for custom applications.

[root@localhost Keyring]# ceph osd pool application enable .rgw.root rgw
enabled application 'rgw' on pool '.rgw.root'

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI