]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/dev/osd_internals/osd_throttles.rst
update sources to v12.1.1
[ceph.git] / ceph / doc / dev / osd_internals / osd_throttles.rst
index e1142b3f7994e8722a6f82a2bc43b3852481f8e3..6739bd9ea5ae303c88585ed761498368556fa567 100644 (file)
@@ -17,7 +17,7 @@ flushing and block in FileStore::_do_op if we have exceeded any hard
 limits until the background flusher catches up.
 
 The relevant config options are filestore_wbthrottle*.  There are
-different defaults for btrfs and xfs.  Each set has hard and soft
+different defaults for xfs and btrfs.  Each set has hard and soft
 limits on bytes (total dirty bytes), ios (total dirty ios), and
 inodes (total dirty fds).  The WBThrottle will begin flushing
 when any of these hits the soft limit and will block in throttle()