* multiple hostnames in automounter table
@ 2004-06-23 19:33 Al Alder
2004-06-24 19:08 ` Jeff Moyer
0 siblings, 1 reply; 4+ messages in thread
From: Al Alder @ 2004-06-23 19:33 UTC (permalink / raw)
To: autofs
Are there any plans for the automounter to be able to handle multiple
hostnames in the automount table for Linux? With Mandrake 10.0 the
automount daemon will not mount an entry that has multiple hostnames.
On Red Hat Enterprise 3.0, it gives a warning, but will mount using the
first hostname, is this functionality a RedHat thing that hasn't been shared
with the rest of the community or is Mandrake 10.0 just using a
different/older
version? Is there anyway around this problem, or to get Mandrake automount
to mount the first hostname?
Your help is appreciated.
--
Later,
Al Alder
aalder@ti.com
214/480-3996
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: multiple hostnames in automounter table
2004-06-23 19:33 multiple hostnames in automounter table Al Alder
@ 2004-06-24 19:08 ` Jeff Moyer
2004-06-25 14:53 ` raven
0 siblings, 1 reply; 4+ messages in thread
From: Jeff Moyer @ 2004-06-24 19:08 UTC (permalink / raw)
To: Al Alder; +Cc: autofs
==> Regarding [autofs] multiple hostnames in automounter table; Al Alder <aalder@ti.com> adds:
aalder> Are there any plans for the automounter to be able to handle
aalder> multiple hostnames in the automount table for Linux? With Mandrake
aalder> 10.0 the automount daemon will not mount an entry that has multiple
aalder> hostnames. On Red Hat Enterprise 3.0, it gives a warning, but will
aalder> mount using the first hostname, is this functionality a RedHat
aalder> thing that hasn't been shared with the rest of the community or is
aalder> Mandrake 10.0 just using a different/older version? Is there
aalder> anyway around this problem, or to get Mandrake automount to mount
aalder> the first hostname?
aalder> Your help is appreciated.
RHEL 3 uses a heavily patched autofs-3.1.7. Most of the changes made by
Red Hat have been incorporated in autofs-4.x.y by Ian. I try to involve
Ian and the list in all of the changes I make to the automounter. The only
times I don't are when I get rediculous user requests that I am obligated
to fulfill.
Having said that, I'm guessing what you want is replicated server
functionality? I would suggest starting with the README.replicated-server
file in the autofs 4 userspace package. Hopefully it does what you need it
to do.
Regards,
Jeff
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: multiple hostnames in automounter table
2004-06-24 19:08 ` Jeff Moyer
@ 2004-06-25 14:53 ` raven
2004-06-28 11:45 ` Al Alder
0 siblings, 1 reply; 4+ messages in thread
From: raven @ 2004-06-25 14:53 UTC (permalink / raw)
To: Jeff Moyer; +Cc: Al Alder, autofs
On Thu, 24 Jun 2004, Jeff Moyer wrote:
> ==> Regarding [autofs] multiple hostnames in automounter table; Al Alder <aalder@ti.com> adds:
>
> aalder> Are there any plans for the automounter to be able to handle
> aalder> multiple hostnames in the automount table for Linux? With Mandrake
> aalder> 10.0 the automount daemon will not mount an entry that has multiple
> aalder> hostnames. On Red Hat Enterprise 3.0, it gives a warning, but will
> aalder> mount using the first hostname, is this functionality a RedHat
> aalder> thing that hasn't been shared with the rest of the community or is
> aalder> Mandrake 10.0 just using a different/older version? Is there
> aalder> anyway around this problem, or to get Mandrake automount to mount
> aalder> the first hostname?
>
> aalder> Your help is appreciated.
>
> RHEL 3 uses a heavily patched autofs-3.1.7. Most of the changes made by
> Red Hat have been incorporated in autofs-4.x.y by Ian. I try to involve
> Ian and the list in all of the changes I make to the automounter. The only
> times I don't are when I get rediculous user requests that I am obligated
> to fulfill.
>
> Having said that, I'm guessing what you want is replicated server
> functionality? I would suggest starting with the README.replicated-server
> file in the autofs 4 userspace package. Hopefully it does what you need it
> to do.
Yes. As Jeff says.
But there has been quite a bit of work done relating to side effects
from the initial implementation of the replicated functionality by myself
and Jeff. So this functionality is still stabilising. Hopefully the next
release will see that work complete.
Ian
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: multiple hostnames in automounter table
2004-06-25 14:53 ` raven
@ 2004-06-28 11:45 ` Al Alder
0 siblings, 0 replies; 4+ messages in thread
From: Al Alder @ 2004-06-28 11:45 UTC (permalink / raw)
To: raven; +Cc: autofs
Ian,
Thank you for your reply. You guys do great work.
--
Later,
Al
-----------------------------------------------------
Al Alder | TI Email: aalder@ti.com
Texas Instruments | phone: (214) 480-3996
On Fri, 25 Jun 2004 raven@themaw.net wrote:
> On Thu, 24 Jun 2004, Jeff Moyer wrote:
>
> > ==> Regarding [autofs] multiple hostnames in automounter table; Al Alder <aalder@ti.com> adds:
> >
> > aalder> Are there any plans for the automounter to be able to handle
> > aalder> multiple hostnames in the automount table for Linux? With Mandrake
> > aalder> 10.0 the automount daemon will not mount an entry that has multiple
> > aalder> hostnames. On Red Hat Enterprise 3.0, it gives a warning, but will
> > aalder> mount using the first hostname, is this functionality a RedHat
> > aalder> thing that hasn't been shared with the rest of the community or is
> > aalder> Mandrake 10.0 just using a different/older version? Is there
> > aalder> anyway around this problem, or to get Mandrake automount to mount
> > aalder> the first hostname?
> >
> > aalder> Your help is appreciated.
> >
> > RHEL 3 uses a heavily patched autofs-3.1.7. Most of the changes made by
> > Red Hat have been incorporated in autofs-4.x.y by Ian. I try to involve
> > Ian and the list in all of the changes I make to the automounter. The only
> > times I don't are when I get rediculous user requests that I am obligated
> > to fulfill.
> >
> > Having said that, I'm guessing what you want is replicated server
> > functionality? I would suggest starting with the README.replicated-server
> > file in the autofs 4 userspace package. Hopefully it does what you need it
> > to do.
>
> Yes. As Jeff says.
>
> But there has been quite a bit of work done relating to side effects
> from the initial implementation of the replicated functionality by myself
> and Jeff. So this functionality is still stabilising. Hopefully the next
> release will see that work complete.
>
> Ian
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-06-28 11:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-23 19:33 multiple hostnames in automounter table Al Alder
2004-06-24 19:08 ` Jeff Moyer
2004-06-25 14:53 ` raven
2004-06-28 11:45 ` Al Alder
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.