Whamcloud - gitweb
LUDOC 299 protocol: Spell-check document
[doc/protocol.git] / mds_disconnect.txt
index 65507df..d697873 100644 (file)
@@ -2,13 +2,34 @@ RPC 39: MDS DISCONNECT - Disconnect client from an MDS
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 [[mds-disconnect-rpc]]
 
-.MDS_DISCONNECT (39)
-[options="header"]
-|====
-| request | reply
-| empty   | empty
-|====
+Disconnect from an MDS.
 
-The information exchanged in a DISCONNECT message is that normally
-conveyed in the RPC descriptor.
+.MDS_DISCONNECT Request Packet Structure
+image::mds-disconnect-request.png["MDS_DISCONNECT Request Packet Structure",height=50]
 
+//////////////////////////////////////////////////////////////////////
+The mds-disconnect-request.png diagram resembles this text art:
+
+       MDS_DISCONNECT:
+      --request------
+      | ptlrpc_body |
+      ---------------
+//////////////////////////////////////////////////////////////////////
+
+'ptlrpc_body'::
+RPC descriptor. See <<struct-ptlrpc-body>>.
+
+.MDS_DISCONNECT Reply Packet Structure
+image::mds-disconnect-reply.png["MDS_DISCONNECT Reply Packet Structure",height=50]
+
+//////////////////////////////////////////////////////////////////////
+The mds-disconnect-reply.png diagram resembles this text art:
+
+       MDS_DISCONNECT:
+      --reply--------
+      | ptlrpc_body |
+      ---------------
+//////////////////////////////////////////////////////////////////////
+
+'ptlrpc_body'::
+RPC descriptor. See <<struct-ptlrpc-body>>.