Whamcloud - gitweb
5a5804e9c56108838732d7c9222e7d1bc04e62f1
[doc/protocol.git] / mgs_disconnect.txt
1 RPC 251: MGS DISCONNECT - Disconnect client from an MGS
2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 [[mgs-disconnect-rpc]]
4
5 .MGS_DISCONNECT Generic Packet Structure
6 image::mgs-disconnect-generic.png["MGS_DISCONNECT Generic Packet Structure",height=100]
7
8 //////////////////////////////////////////////////////////////////////
9 The mgs-disconnect-generic.png diagram resembles this text art:
10
11        MGS_DISCONNECT:
12       --request------
13       | ptlrpc_body |
14       ---------------
15       --reply--------
16       | ptlrpc_body |
17       ---------------
18 //////////////////////////////////////////////////////////////////////
19
20 The information exchanged in a DISCONNECT message is only that normally
21 conveyed in the RPC descriptor, as described in <<struct-ptlrpc-body>>.