I had a failed node, which I replaced, but the MDS (for cephfs) that was on that node is still reported in the GUI as slow. How can I remove that? It's not in ceph.conf or storage.conf
mds.0 does not exist anymore.
How do I remove the old mds.0 from ceph?
Code:
MDS_SLOW_METADATA_IO 1 MDSs report slow metadata IOs
mdssm1(mds.0): 6 slow metadata IOs are blocked > 30 secs, oldest blocked for 543 secs
MDS_SLOW_REQUEST 1 MDSs report slow requests
mdssm1(mds.0): 7 slow requests are blocked > 30 sec
mds.0 does not exist anymore.
Code:
# pveceph mds destroy 0
disabling service 'ceph-mds@0.service'
stopping service 'ceph-mds@0.service'
cannot cleanup MDS 0 directory, '/var/lib/ceph/mds/ceph-0' not found
removing ceph auth for 'mds.0'
How do I remove the old mds.0 from ceph?