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