0
点赞
收藏
分享

微信扫一扫

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

老王420 2022-02-19 阅读 84

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'

举报

相关推荐

0 条评论