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