From: John Wilkins Date: Fri, 31 May 2013 18:14:04 +0000 (-0700) Subject: doc: Omitted text diagram, and used literal include to text file. X-Git-Tag: v0.65~174 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8d70c091d99cc67999823d8585274535b4c0a0c7;p=ceph.git doc: Omitted text diagram, and used literal include to text file. Signed-off-by: John Wilkins --- diff --git a/doc/dev/osd_internals/osd_throttles.rst b/doc/dev/osd_internals/osd_throttles.rst index 4fa3044f9864..90b50688b4f9 100644 --- a/doc/dev/osd_internals/osd_throttles.rst +++ b/doc/dev/osd_internals/osd_throttles.rst @@ -1,21 +1 @@ - Messenger throttle (number and size) - |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| - FileStore op_queue throttle (number and size) - |--------------------------------------------------------| - WBThrottle - |---------------------------------------------------------------------------------------------------------| - Journal (size) - |-----------------------------------------------------------------------------------------------------------------------------------------------------------------| - |----------------------------------------------------------------------------------------------------> flushed ----------------> synced - | -Op: Read Header --DispatchQ--> OSD::_dispatch --OpWQ--> PG::do_request --journalq--> Journal --FileStore::OpWQ--> Apply Thread --Finisher--> op_applied -------------------------------------------------------------> Complete - | | -SubOp: --Messenger--> ReadHeader --DispatchQ--> OSD::_dispatch --OpWQ--> PG::do_request --journalq--> Journal --FileStore::OpWQ--> Apply Thread --Finisher--> sub_op_applied - - | - |-----------------------------> flushed ----------------> synced - |------------------------------------------------------------------------------------------| - Journal (size) - |---------------------------------| - WBThrottle - |-----------------------------------------------------| - FileStore op_queue throttle (number and size) +.. literalinclude:: osd_throttles.txt