Whamcloud - gitweb
LUDOC-297 protocol: Update protocol document
[doc/protocol.git] / rpc.txt
1 RPC
2 ~~~
3
4 The most common activity in the Lustre protocol is for a client to
5 initiate a Remote Procedure Call (RPC) directed at a specific
6 target. There are two additional activities supported by the Lustre
7 protocol. A server may initiate an RPC to the target on another
8 server, such as an MDS RPC to the MGS for configuration data, or an
9 RPC to an OST to update the MDS's state with available space
10 data. Finally, in a "call-back" RPC the service side (where the target
11 resides) initiates the RPC, which may be directed at a client or
12 another server.