[SOLVED] ceph cluster name

sg90

Renowned Member
Sep 21, 2018
304
46
68
36
Hey,

Setup a CEPH cluster within PVE, all working fine.

Looking to use the cephfs-top command but getting the following error:

Code:
cephfs-top
cluster ceph does not exist

Is there a way to find the cluster name that was set by PVE as I can't seem to see it anywhere.
 
Try running it with the following parameters:
Code:
cephfs-top --conffile /etc/ceph/ceph.conf --id admin

The default user it assumes does not exist unless you created it.

And it seems you will need to enable the "stats" module, but it will tell you which command to run for that if needed.
 
  • Like
Reactions: tkropf