From: Sage Weil Date: Sat, 14 Mar 2020 14:16:38 +0000 (-0500) Subject: doc/cephadm/administration: add a note about the 'removed' dir X-Git-Tag: v15.2.0~25^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a5e26ac6e85ede9b0cabe1079c0ccd5db96ae699;p=ceph.git doc/cephadm/administration: add a note about the 'removed' dir (and other paths) Signed-off-by: Sage Weil --- diff --git a/doc/cephadm/administration.rst b/doc/cephadm/administration.rst index afc1dd21cfec..4daa59ceaa62 100644 --- a/doc/cephadm/administration.rst +++ b/doc/cephadm/administration.rst @@ -28,6 +28,26 @@ To clear this value use the command: # ceph cephadm clear-ssh-config +Data location +============= + +Cephadm daemon data and logs in slightly different locations than older +versions of ceph: + +* ``/var/log/ceph/`` contains all cluster logs. Note + that by default cephadm logs via stderr and the container runtime, + so these logs are normally not present. +* ``/var/lib/ceph/`` contains all cluster daemon data + (besides logs). +* ``/var/lib/ceph//`` contains all data for + an individual daemon. +* ``/var/lib/ceph//crash`` contains crash reports for + the cluster. +* ``/var/lib/ceph//removed`` contains old daemon + data directories for stateful daemons (e.g., monitor, prometheus) + that have been removed by cephadm. + + Health checks =============