@@ -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
683684Flapping OSDs
0 commit comments