ceph错误提示: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'


版权声明:本文为qq_33283901原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。