RPC 40: MDS GETSTATUS - get the status from a target ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [[mds-getstatus-rpc]] .MDS_GETSTATUS Generic Packet Structure image::mds-getstatus-generic.png["MDS_GETSTATUS Generic Packet Structure",height=100] ////////////////////////////////////////////////////////////////////// The mds-getstatus-generic.png diagram resembles this text art: MDS_GETSTATUS: --request----------------- | ptlrpc_body | mdt_body | -------------------------- --reply------------------- | ptlrpc_body | mdt_body | -------------------------- ////////////////////////////////////////////////////////////////////// 'ptlrpc_body':: RPC descriptor. See <>. 'mdt_body':: See <>. In the request message, the 'mdt_body' is normally empty. In the reply message, the 'mdt_body' contains only the FID of the filesystem ROOT in 'mbo_fid1'. The client can then use the returned FID to fetch inode attributes for the root inode of the local mountpoint.