Skip to content

Commit cf5ce30

Browse files
authored
Merge pull request ceph#58226 from zdover23/wip-doc-2024-06-24-rados-troubleshooting-osd-debugging-slow-requests
doc/rados: edit troubleshooting-osd.rst Reviewed-by: Anthony D'Atri <[email protected]>
2 parents bdbef73 + 8b211b9 commit cf5ce30

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/rados/troubleshooting/troubleshooting-osd.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ Events from the OSD as it processes ops:
655655
is now being performed.
656656
- ``waiting for subops from``: The op has been sent to replica OSDs.
657657

658-
Events from ```Filestore```:
658+
Events from ``Filestore``:
659659

660660
- ``commit_queued_for_journal_write``: The op has been given to the FileStore.
661661
- ``write_thread_in_journal_buffer``: The op is in the journal's buffer and is waiting
@@ -667,7 +667,7 @@ Events from the OSD after data has been given to underlying storage:
667667

668668
- ``op_commit``: The op has been committed (that is, written to journal) by the
669669
primary OSD.
670-
- ``op_applied``: The op has been `write()'en
670+
- ``op_applied``: The op has been `written with write()
671671
<https://www.freebsd.org/cgi/man.cgi?write(2)>`_ to the backing FS (that is,
672672
applied in memory but not flushed out to disk) on the primary.
673673
- ``sub_op_applied``: ``op_applied``, but for a replica's "subop".
@@ -676,8 +676,9 @@ Events from the OSD after data has been given to underlying storage:
676676
hears about the above, but for a particular replica (i.e. ``<X>``).
677677
- ``commit_sent``: We sent a reply back to the client (or primary OSD, for sub ops).
678678

679-
Some of these events may appear redundant, but they cross important boundaries
680-
in the internal code (such as passing data across locks into new threads).
679+
Although some of these events may appear redundant, they cross important
680+
boundaries in the internal code (such as passing data across locks into new
681+
threads).
681682

682683

683684
Flapping OSDs

0 commit comments

Comments
 (0)