]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: document that NEARFULL conditions can result in slow writes 42749/head
authorJeff Layton <jlayton@redhat.com>
Wed, 11 Aug 2021 12:08:32 +0000 (08:08 -0400)
committerJeff Layton <jlayton@redhat.com>
Wed, 11 Aug 2021 13:29:16 +0000 (09:29 -0400)
The change to doing sync I/Os when we're in NEARFULL conditions
apparently caught some folks by surprise. Add something to clarify that
to the kclient debugging docs.

Also, remove the incomplete sentence that follows it, which contains no
useful information.

Fixes: https://tracker.ceph.com/issues/49406
Signed-off-by: Jeff Layton <jlayton@redhat.com>
doc/cephfs/troubleshooting.rst

index 78ad18ddeb4d153de08a8dbe0d33874d0eefe4b7..ea33019f04367a6402d2358eabac1092b5b75c5d 100644 (file)
@@ -124,8 +124,8 @@ slow requests are probably the ``mdsc`` and ``osdc`` files.
 * osdc: Dumps the current ops in-flight to OSDs (ie, file data IO)
 * osdmap: Dumps the current OSDMap epoch, pools, and OSDs
 
-If there are no stuck requests but you have file IO which is not progressing,
-you might have a...
+If the data pool is in a NEARFULL condition, then the kernel cephfs client
+will switch to doing writes synchronously, which is quite slow.
 
 Disconnected+Remounted FS
 =========================