mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-03-27 18:50:10 +03:00
ceph: Add monitoring & troubleshooting section
To give a little overview on where to look if trouble arise. Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
This commit is contained in:
parent
477fbcfb7d
commit
6ff32926fc
24
pveceph.adoc
24
pveceph.adoc
@ -536,6 +536,30 @@ with:
|
||||
pveceph pool destroy NAME
|
||||
----
|
||||
|
||||
|
||||
Ceph monitoring & troubleshooting
|
||||
---------------------------------
|
||||
A good start is to monitor the ceph health to begin with. Either through the
|
||||
ceph tools itself or also by accessing the status through the {pve}
|
||||
link:api-viewer/index.html[API].
|
||||
|
||||
If the cluster is in an unhealthy state the commands below will give an
|
||||
overview on the current events.
|
||||
|
||||
----
|
||||
ceph -s
|
||||
ceph -w
|
||||
----
|
||||
|
||||
To get a more detailed view, every ceph service has a log file under
|
||||
`/var/log/ceph/` and if there is not enough detail, the log level can be
|
||||
adjusted footnote:[Ceph log and debugging http://docs.ceph.com/docs/luminous/rados/troubleshooting/log-and-debug/].
|
||||
|
||||
You can find more information about troubleshooting
|
||||
footnote:[Ceph troubleshooting http://docs.ceph.com/docs/luminous/rados/troubleshooting/]
|
||||
a Ceph cluster on its website.
|
||||
|
||||
|
||||
ifdef::manvolnum[]
|
||||
include::pve-copyright.adoc[]
|
||||
endif::manvolnum[]
|
||||
|
Loading…
x
Reference in New Issue
Block a user