cephfs-top依赖 mgr 的 stats 模块,需要将该模块设置成 enable。
 本文环境是 rook-ceph ,启用 stats 模块方式如下:
 编辑 cluster.yaml 文件(非 helm 方式部署)
  mgr:
    # When higher availability of the mgr is needed, increase the count to 2.
    # In that case, one mgr will be active and one in standby. When Ceph updates which
    # mgr is active, Rook will update the mgr services to match the active mgr.
    modules:
    - 

















