Whamcloud - gitweb
LUDOC-294 protocol: Bring in new connection documentation
[doc/protocol.git] / ost_statfs.txt
1 Command 13: OST_STATFS
2 ~~~~~~~~~~~~~~~~~~~~~~
3 [[ost-statfs-rpc]]
4
5 OST_STATFS ('pb_opc' = 13) is an RPC that queries data about the
6 underlying file system for a given OST. It's form and use are nearly
7 identical to the MDS_STATFS RPC. Refer to <<mds-statfs-rpc>> for
8 details. The only differences in OST_STATFS are that it has a distinct
9 'pb_opc' value, it carries information about an OST (instead of an
10 MDT), and it can be generated in this one additional way:  There is a
11 regularly scheduled process that 'pings' each OST from each MDT using
12 OST_STATFS, so that the MDT can remain current on the available space
13 on the OSTs.
14