Microceph
Microceph actually installs a full ceph installation for distributed storage. so you have use commands for both ceph and microceph - each command will sometimes give slightly different information
Check the health of your microceph cluster
microceph statusceph -sArguably the most useful is ceph health detail, showing actual warnings and statuses of the cluster
ceph healthceph health detailCheck disk space
ceph dfCheck out the microceph service status daemon/mon/mgr/mds/osd
sudo snap services microceph.mon sudo snap restart microceph.monTo Check the status of a service
sudo systemctl status snap.microceph.monTo check the logs for a specific service you might use (the -r flag orders the logs by latest first)
journalctl -u snap.microceph.mon -rTo get full logs you can navigate here in the node
cd /var/snap/microceph/common/logsview the logs available
view the last 100 entries
Last updated