
8 Jul
2013
8 Jul
'13
6:01 p.m.
On Tue, Dec 11, 2012 at 12:14 PM, Matthias Brugger matthias.bgg@gmail.com wrote:
This patch tackles the time out problem which leads to break the boot process, when loading file over nfs. The patch does two things.
First of all, we just ignore messages that arrive with a rpc_id smaller then the client id. We just interpret this messages as answers to formaly timed out messages.
Second, when a time out occurs we double the time to wait, so that we do not stress the server resending the last message.
Signed-off-by: Matthias Brugger matthias.bgg@gmail.com
Applied, Thanks. -Joe