一万年来谁著史,三千里外欲封侯。这篇文章主要讲述cephapplication not enabled 的解决方法--2019_9相关的知识,希望能为你提供帮助。
‘# 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: 16objects, 1.9 KiB
usage:360 MiB used, 3.4 TiB / 3.4 TiB avail
pgs:472 active+clean
根据提示把pool设置
[[email
protected] 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.
【cephapplication not enabled 的解决方法--2019_9】[[email
protected] Keyring]# ceph osd pool application enable .rgw.root rgw
enabled application ‘rgw‘ on pool ‘.rgw.root‘
推荐阅读
- GT性能测试Android版使用说明
- imx6q android 添加开机启动脚本
- Vue2.5开发去哪儿网App 城市列表开发之兄弟组件间联动及列表性能优化
- NET Core 实战 Dapper 扩展数据访问
- springboot 通用Mapper使用
- Android Studio之构建项目报错
- HEVC/H265 HM10 0 分析TAppDecTop cpp
- Vue2.5开发去哪儿网App 首页开发
- Spring Boot通过application.yml配置文件获取属性及类信息