赞
踩
ceph错误提示:application not enabled on 1 pool(s) 解决办法!
# ceph -s
cluster:
id: e7a3be6e-2e30-49fd-99c0-dbb304ae1a82
health: HEALTH_WARN
application not enabled on 1 pool(s)
解决办法: 根据提示把pool设置 [root@node-10 /]# [root@node-10 /]# 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 'ganesha_data' use 'ceph osd pool application enable <pool-name> <app-name>', where <app-name> is 'cephfs', 'rbd', 'rgw', or freeform for custom applications. [root@node-10 /]#
|
[root@node-10 /]# [root@node-10 /]# 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 'ganesha_data' use 'ceph osd pool application enable <pool-name> <app-name>', where <app-name> is 'cephfs', 'rbd', 'rgw', or freeform for custom applications. [root@node-10 /]# ceph osd pool application enable ganesha_data rgw enabled application 'rgw' on pool 'ganesha_data' |
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。