* is there an autofs roadmap somewhere?
@ 2004-06-22 16:10 Lever, Charles
2004-06-25 14:46 ` raven
0 siblings, 1 reply; 8+ messages in thread
From: Lever, Charles @ 2004-06-22 16:10 UTC (permalink / raw)
To: autofs
new to the game.
i'm wondering what features autofs developers have in mind for the near
future.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: is there an autofs roadmap somewhere?
2004-06-22 16:10 Lever, Charles
@ 2004-06-25 14:46 ` raven
0 siblings, 0 replies; 8+ messages in thread
From: raven @ 2004-06-25 14:46 UTC (permalink / raw)
To: Lever, Charles; +Cc: autofs
On Tue, 22 Jun 2004, Lever, Charles wrote:
> new to the game.
>
> I'm wondering what features autofs developers have in mind for the near
> future.
Charles. Why did you have to ask "that" question!
There are quite a few things that people here on the list have asked for,
that for one reason or another, are quite difficult to implement. I won't
go there now.
The big issue for me is that, atm autofs does not have expected
functionality in two areas. One is the lazy mounting of multi-mount maps
and second, direct mounts that behave as expected (there's limited
functionality now).
To be honest I've spent a lot of time fixing bugs. When that settles down
(soon I hope) I want to re-work the code to sort out the above.
Once autofs has functionality expected of an automounter, a roadmap of
additional features would be good to develop.
There's a redevelopment by Mike Waychison and Tim Hocking (of Sun)
underway but they haven't delivered any product yet. Perhaps we'll see
something in the 2.7 - 2.8 time frame. Their design will take much of the
function into the kernel using callback helper utilities.
There's also the 800 mount limit in the sunrpc code for NFS v2 and v3
mounts, but you know about that.
But what functionality do you need?
And what do you think would be useful?
Ian
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: is there an autofs roadmap somewhere?
@ 2004-06-25 15:04 Lever, Charles
2004-06-25 15:18 ` raven
2004-06-25 20:41 ` Chris Walker
0 siblings, 2 replies; 8+ messages in thread
From: Lever, Charles @ 2004-06-25 15:04 UTC (permalink / raw)
To: raven; +Cc: autofs
> On Tue, 22 Jun 2004, Lever, Charles wrote:
>
> > new to the game.
> >
> > I'm wondering what features autofs developers have in mind for the
> > near future.
>
> Charles. Why did you have to ask "that" question!
i'm working with trond to build a Linux NFS client roadmap. our
customers want a little more transparency into the Linux NFS client
development plan, and i'm trying to include autofs because it is pretty
important for them. i actually know very little about it (so a pointer
to a primer you like would be helpful for me).
> But what functionality do you need?
> And what do you think would be useful?
no requests... just polling for information, trying to get more involved
here. thanks!
there are some naive thoughts about error recovery and threading
architecture that could help autofs deployments in very large
environments with lots of active mounts. but i'd like to explore the
current autofs more before stepping in it.
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: is there an autofs roadmap somewhere?
2004-06-25 15:04 is there an autofs roadmap somewhere? Lever, Charles
@ 2004-06-25 15:18 ` raven
2004-06-26 3:50 ` Bryan O'Sullivan
2004-06-25 20:41 ` Chris Walker
1 sibling, 1 reply; 8+ messages in thread
From: raven @ 2004-06-25 15:18 UTC (permalink / raw)
To: Lever, Charles; +Cc: autofs
On Fri, 25 Jun 2004, Lever, Charles wrote:
> > On Tue, 22 Jun 2004, Lever, Charles wrote:
> >
> > > new to the game.
> > >
> > > I'm wondering what features autofs developers have in mind for the
> > > near future.
> >
> > Charles. Why did you have to ask "that" question!
>
> i'm working with trond to build a Linux NFS client roadmap. our
> customers want a little more transparency into the Linux NFS client
> development plan, and i'm trying to include autofs because it is pretty
> important for them. i actually know very little about it (so a pointer
> to a primer you like would be helpful for me).
Count me in.
Not sure what you need for doco here but the automounter howto at
http://www.linux-consulting.com/Amd_AutoFS/autofs.html
has a fair bit of info about autofs and amd, although a bit out of date.
But for a description of what's expected of an automounter the
"Managing NFS and NIS" by Stern, O'Reily, Ch 13
gives a good coverage, again a little incomplete these days.
>
> > But what functionality do you need?
> > And what do you think would be useful?
>
> no requests... just polling for information, trying to get more involved
> here. thanks!
>
> there are some naive thoughts about error recovery and threading
> architecture that could help autofs deployments in very large
> environments with lots of active mounts. but i'd like to explore the
> current autofs more before stepping in it.
I've given some thought to a change in internal design. Introducing a
threaded model in fact. But having lots of processes around and a
cluttered mount table need to be considered, even with the current design.
I'd be interested in hearing your ideas about a threaded design.
Ian
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: is there an autofs roadmap somewhere?
2004-06-25 15:04 is there an autofs roadmap somewhere? Lever, Charles
2004-06-25 15:18 ` raven
@ 2004-06-25 20:41 ` Chris Walker
2004-06-26 2:17 ` Ian Kent
1 sibling, 1 reply; 8+ messages in thread
From: Chris Walker @ 2004-06-25 20:41 UTC (permalink / raw)
To: Lever, Charles; +Cc: autofs, raven
Hear, hear.
We use autofs with lots of mounts, and we would appreciate any
development efforts in this area.
From Charles.Lever:
> > On Tue, 22 Jun 2004, Lever, Charles wrote:
> >
> > > new to the game.
> > >
> > > I'm wondering what features autofs developers have in mind for the
> > > near future.
> >
> > Charles. Why did you have to ask "that" question!
>
> i'm working with trond to build a Linux NFS client roadmap. our
> customers want a little more transparency into the Linux NFS client
> development plan, and i'm trying to include autofs because it is pretty
> important for them. i actually know very little about it (so a pointer
> to a primer you like would be helpful for me).
>
> > But what functionality do you need?
> > And what do you think would be useful?
>
> no requests... just polling for information, trying to get more involved
> here. thanks!
>
> there are some naive thoughts about error recovery and threading
> architecture that could help autofs deployments in very large
> environments with lots of active mounts. but i'd like to explore the
> current autofs more before stepping in it.
>
> _______________________________________________
> autofs mailing list
> autofs@linux.kernel.org
> http://linux.kernel.org/mailman/listinfo/autofs
--
Chris Walker
Render Pipeline Group
Pixar Animation Studios
510/752.3736
cwalker@pixar.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: is there an autofs roadmap somewhere?
2004-06-25 20:41 ` Chris Walker
@ 2004-06-26 2:17 ` Ian Kent
0 siblings, 0 replies; 8+ messages in thread
From: Ian Kent @ 2004-06-26 2:17 UTC (permalink / raw)
To: Chris Walker; +Cc: autofs
On Fri, 25 Jun 2004, Chris Walker wrote:
> Hear, hear.
>
> We use autofs with lots of mounts, and we would appreciate any
> development efforts in this area.
And ...
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: is there an autofs roadmap somewhere?
2004-06-25 15:18 ` raven
@ 2004-06-26 3:50 ` Bryan O'Sullivan
2004-06-26 15:04 ` raven
0 siblings, 1 reply; 8+ messages in thread
From: Bryan O'Sullivan @ 2004-06-26 3:50 UTC (permalink / raw)
To: raven; +Cc: autofs
On Fri, 2004-06-25 at 23:18 +0800, raven@themaw.net wrote:
> I've given some thought to a change in internal design. Introducing a
> threaded model in fact. But having lots of processes around and a
> cluttered mount table need to be considered, even with the current design.
Tim Hockin and some other people at Sun are implementing an automounter
from scratch. I don't recall much about the design, other than that it
seemed a bit inspired by hotplug (i.e. run a program to handle a mount/
unmount request). The only reaction I've seen was from HPA, who wasn't
terribly impressed.
You can find the original thread here:
http://www.uwsg.iu.edu/hypermail/linux/kernel/0401.0/index.html#1415
<b
--
Bryan O'Sullivan <bos@serpentine.com>
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: is there an autofs roadmap somewhere?
2004-06-26 3:50 ` Bryan O'Sullivan
@ 2004-06-26 15:04 ` raven
0 siblings, 0 replies; 8+ messages in thread
From: raven @ 2004-06-26 15:04 UTC (permalink / raw)
To: Bryan O'Sullivan; +Cc: autofs
On Fri, 25 Jun 2004, Bryan O'Sullivan wrote:
> On Fri, 2004-06-25 at 23:18 +0800, raven@themaw.net wrote:
>
> > I've given some thought to a change in internal design. Introducing a
> > threaded model in fact. But having lots of processes around and a
> > cluttered mount table need to be considered, even with the current design.
>
> Tim Hockin and some other people at Sun are implementing an automounter
> from scratch. I don't recall much about the design, other than that it
> seemed a bit inspired by hotplug (i.e. run a program to handle a mount/
> unmount request). The only reaction I've seen was from HPA, who wasn't
> terribly impressed.
>
Yes. Based on the proposal refered to there.
Additionally, they have developed a vfs expire extention to address the
expiration requirements not covered in the original document.
Last time I asked Mike he said it was going fairly well.
They don't have clearance from Sun to release this atm so, as I said, not
product as yet.
Ian
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2004-06-26 15:04 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-25 15:04 is there an autofs roadmap somewhere? Lever, Charles
2004-06-25 15:18 ` raven
2004-06-26 3:50 ` Bryan O'Sullivan
2004-06-26 15:04 ` raven
2004-06-25 20:41 ` Chris Walker
2004-06-26 2:17 ` Ian Kent
-- strict thread matches above, loose matches on Subject: below --
2004-06-22 16:10 Lever, Charles
2004-06-25 14:46 ` raven
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.