Whamcloud - gitweb
LUDOC 299 protocol: Spell-check document
[doc/protocol.git] / mgs_config_read.txt
1 RPC 256: MGS CONFIG READ - Read MGS configuration info
2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 [[mgs-config-read-rpc]]
4
5 Read configuration information about the file system.
6
7 .MGS_CONFIG_READ Request Packet Structure
8 image::mgs-config-read-request.png["MGS_CONFIG_READ Request Packet Structure",height=50]
9
10 //////////////////////////////////////////////////////////////////////
11 The mgs-config-read-request.png diagram resembles this text art:
12
13        MGS_CONFIG_READ:
14       --request------------------------
15       | ptlrpc_body | mgs_config_body |
16       ---------------------------------
17 //////////////////////////////////////////////////////////////////////
18
19 'ptlrpc_body':: RPC descriptor. See <<struct-ptlrpc-body>>.
20
21 include::struct_mgs_config_body.txt[]
22
23 .MGS_CONFIG_READ Reply Packet Structure
24 image::mgs-config-read-reply.png["MGS_CONFIG_READ Reply Packet Structure",height=50]
25
26 //////////////////////////////////////////////////////////////////////
27 The mgs-config-read-reply.png diagram resembles this text art:
28
29        MGS_CONFIG_READ:
30       --reply-------------------------
31       | ptlrpc_body | mgs_config_res |
32       --------------------------------
33 //////////////////////////////////////////////////////////////////////
34
35 'ptlrpc_body':: RPC descriptor. See <<struct-ptlrpc-body>>.
36
37 include::struct_mgs_config_res.txt[]