From: Michael Blandford <mlblandf@sedona.ch.intel.com>
To: Peter Staubach <staubach@redhat.com>
Cc: autofs@linux.kernel.org
Subject: Re: autofs illustrations
Date: Wed, 08 Nov 2006 08:32:20 -0700 [thread overview]
Message-ID: <4551F884.4080301@sedona.ch.intel.com> (raw)
In-Reply-To: <4550EF23.4050901@redhat.com>
Peter Staubach wrote:
>Fletcher Mattox wrote:
>
>
>>Jeff Moyer writes:
>>
>>
>>Unprivileged ports and/or UDP are not viable options for us, so I am
>>forced to increase the timeout from 5 minutes to 24 hours, which in
>>practice means they are always mounted. We have about 400 automounted
>>filesystems, so the only long term solution for us is to try to coalesce
>>them to less than 100. Very painful.
>>
>>
>
>You have 400 automounted file systems, all of which need to be mounted at
>the same time? If so, I might suggest that static mounts might better serve
>your needs. Or, rethink the application and deployment.
>
>
>
There are definitely two cases here.
1) There are going to be environments that are set up without much
thought of the future. You may have 400 mounts that you need for a
project all at one time because of small filesystems, inefficient
layout, etc. There may be only 400 mounts on the file server or servers.
2) There are projects/environments that have several thousands ( > 10k )
of filesystems that are layed out efficiently but still require more
than > 1000 mounts at any given moment due to the large data requirements.
Either way, we need autofs and the NFS subsystem be able to handle
this. Many of the other UNIX vendors seems to handle this situation well.
Some Linux vendors already include patches to multiplex rpc to allow >
1000 mounts. However, the issue of quickly mounting hundreds/thousands
of mounts is still a challenge - especially with NFS over TCP.
As a temporary solution, we have added a new option to the mount command
to allow it to use udp for the handshaking and then only use tcp for the
final mount. This allows us to handle many more simultaneous mounts but
it definitely a hack and won't work for people who can only use tcp.
Michael
next prev parent reply other threads:[~2006-11-08 15:32 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-06 22:37 autofs illustrations wengang wang
2006-11-07 0:10 ` Jeff Moyer
2006-11-07 17:19 ` Fletcher Mattox
2006-11-07 20:40 ` Peter Staubach
2006-11-07 21:24 ` Fletcher Mattox
2006-11-08 13:29 ` Peter Staubach
2006-11-08 16:38 ` Jeff Moyer
2006-11-08 15:32 ` Michael Blandford [this message]
2006-11-08 3:59 ` Ian Kent
2006-11-08 13:25 ` Peter Staubach
2006-11-08 14:00 ` Ian Kent
2006-11-08 22:34 ` Joe Pruett
2006-11-08 23:03 ` Jeff Moyer
2006-11-09 0:37 ` Peter Staubach
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4551F884.4080301@sedona.ch.intel.com \
--to=mlblandf@sedona.ch.intel.com \
--cc=autofs@linux.kernel.org \
--cc=staubach@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.