当前位置:   article > 正文

ceph错误提示:application not enabled on 1 pool(s) 解决办法

application not enabled on 1 pool(s)

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'

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/不正经/article/detail/491060
推荐阅读
相关标签
  

闽ICP备14008679号