Whamcloud - gitweb
LUDOC 299 protocol: Spell-check document
[doc/protocol.git] / mds_disconnect.txt
1 RPC 39: MDS DISCONNECT - Disconnect client from an MDS
2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 [[mds-disconnect-rpc]]
4
5 Disconnect from an MDS.
6
7 .MDS_DISCONNECT Request Packet Structure
8 image::mds-disconnect-request.png["MDS_DISCONNECT Request Packet Structure",height=50]
9
10 //////////////////////////////////////////////////////////////////////
11 The mds-disconnect-request.png diagram resembles this text art:
12
13        MDS_DISCONNECT:
14       --request------
15       | ptlrpc_body |
16       ---------------
17 //////////////////////////////////////////////////////////////////////
18
19 'ptlrpc_body'::
20 RPC descriptor. See <<struct-ptlrpc-body>>.
21
22 .MDS_DISCONNECT Reply Packet Structure
23 image::mds-disconnect-reply.png["MDS_DISCONNECT Reply Packet Structure",height=50]
24
25 //////////////////////////////////////////////////////////////////////
26 The mds-disconnect-reply.png diagram resembles this text art:
27
28        MDS_DISCONNECT:
29       --reply--------
30       | ptlrpc_body |
31       ---------------
32 //////////////////////////////////////////////////////////////////////
33
34 'ptlrpc_body'::
35 RPC descriptor. See <<struct-ptlrpc-body>>.