Whamcloud - gitweb
LUDOC-296 protocol: Rearrange presentation to be more top-down
[doc/protocol.git] / mds_disconnect.txt
index e48989c..dbacaa6 100644 (file)
@@ -2,12 +2,20 @@ RPC 39: MDS DISCONNECT - Disconnect client from an MDS
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 [[mds-disconnect-rpc]]
 
-.MDS_DISCONNECT (39)
-[options="header"]
-|====
-| request | reply
-| empty   | empty
-|====
+.MDS_DISCONNECT Generic Packet Structure
+image::mds-disconnect-generic.png["MDS_DISCONNECT Generic Packet Structure",height=100]
+
+//////////////////////////////////////////////////////////////////////
+The mds-disconnect-generic.png diagram resembles this text art:
+
+       MDS_DISCONNECT:
+      --request------
+      | ptlrpc_body |
+      ---------------
+      --reply--------
+      | ptlrpc_body |
+      ---------------
+//////////////////////////////////////////////////////////////////////
 
 The information exchanged in a DISCONNECT message is that normally
 conveyed in the RPC descriptor, as described in <<struct-ptlrpc-body>>.