码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2019-02-26 18:59:15      阅读:1039      评论:0      收藏:0      [点我收藏+]

标签:clean   health   xxxxx   cts   host   enabled   clu   xxxxxx   orm   

‘# 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‘

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

标签:clean   health   xxxxx   cts   host   enabled   clu   xxxxxx   orm   

原文地址:https://blog.51cto.com/hotcache/2355152

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!