]> git.decadent.org.uk Git - nfs-utils.git/commit
mount.nfs: Fix retry= to handle lack of reserved port situation
authorFlavio Leitner <flavio.leitner@gmail.com>
Tue, 10 Jul 2007 00:23:27 +0000 (10:23 +1000)
committerNeil Brown <neilb@suse.de>
Tue, 10 Jul 2007 00:23:27 +0000 (10:23 +1000)
commit2bb403d1547790e731e5b151f9ef41880a6eb6c7
treebd7f3f8f7a576b4560ecd955304ad497703368bd
parent1bcf67703e5606837853666763c739db91f08fee
mount.nfs: Fix retry= to handle lack of reserved port situation

In the case of several (>500) mounts running at the same time
with -o tcp, the number of attempts that succeed is about 300-500
because it run out of priviledged port (they are busy in TIME_WAIT
state).

Signed-off-by: Flavio Leitner <flavio.leitner@gmail.com>
Signed-off-by: Neil Brown <neilb@suse.de>
support/nfs/conn.c