Whamcloud - gitweb
LUDOC-296 protocol: remove internal details from descriptions
[doc/protocol.git] / mds_getstatus.txt
1 RPC 40: MDS GETSTATUS - get the status from a target
2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 [[mds-getstatus-rpc]]
4
5 The MDS_GETSTATUS request is used to determine the filesystem ROOT FID
6 during initial mount.  It is always sent to MDT0000 initially.
7
8 .MDS_GETSTATUS (40)
9 [options="header"]
10 |====
11 | request  | reply
12 | mdt_body | mdt_body
13 |====
14
15 The request message 'mdt_body' is normally empty.
16
17 The reply message 'mdt_body' contains only the FID of the filesystem
18 ROOT in 'mbo_fid1'.  The client can then use the returned FID to
19 fetch inode attributes for the root inode of the local mountpoint.
20
21