我最近安装了Ceph。ceph version 14.2.1 (d555a9489eb35f84f2e1ef49b77e19da9d113972) nautilus (stable)如果我试图启用它,就会得到以下错误。[user@system mydir]$ ceph mgr module enable dashboard
Error ENOENT: all mgr daemons do not support module
从octopus开始,ceph集群默认将osd_pool_default_pg_autoscale_mode标志设置为on。到目前为止,我可以像那样使用ceph config set global osd_pool_default_pg_autoscale_mode off从cli中关闭它。我想从ceph.conf文件中设置它:...pg autoscale mode = off
然而,ceph osd pool aut