All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Kent <raven@themaw.net>
To: Shawn Starr <sstarr@platform.com>
Cc: autofs@linux.kernel.org
Subject: Re: Automount with a local NFS export and a remote NFS	export using the same mount path name over LDAP
Date: Wed, 22 Nov 2006 17:18:48 +0800	[thread overview]
Message-ID: <1164187128.9969.7.camel@localhost> (raw)
In-Reply-To: <E2AC825D4FC7764DA86D9C8ECA27A2DE065AFA@catoexm05.noam.corp.platform.com>

On Tue, 2006-11-21 at 15:12 -0500, Shawn Starr wrote:
> Hi Jeff, Here's what I'm trying to do:
> 
> On a local machine (10.1.1.75) I have the following configuration:
> 
> /etc/exports:
> =========
> /export 10.0.0.0/255.0.0.0(rw,async)
> 
> 
> /etc/auto.home:
> ===========
> 
> install         10.1.1.75:/export/home/&
> +auto.home
> 
> /etc/auto.master:
> ============
> /home  /etc/auto.home --ghost
> 
> On the local machine, /home is NFS exported so: /home/install is visible when using automount.
> 
> 
> On a remote machine (somehostname.platform.com) I have the following configuration:
> 
> /etc/exports:
> =========
> /home   *(rw,async)
> 
> 
> auto.master: LDAP map
> ===============
> 
> dn: ou=autofs,dc=platform,dc=com
> objectClass: top
> objectClass: organizationalUnit
> ou: autofs
> 
> dn: ou=auto.master,ou=autofs,dc=platform,dc=com
> objectClass: top
> objectCLass: automountMap
> ou: auto.master
> 
> dn: cn=/home,ou=auto.master,ou=autofs,dc=platform,dc=com
> objectClass: top
> objectClass: automount
> cn: /home
> automountInformation: ldap:ou=auto.home,ou=autofs,dc=platform,dc=com
> 
> auto.home:  LDAP map
> ===============
> 
> dn: ou=auto.home,ou=autofs,dc=platform,dc=com
> objectClass: top
> objectClass: automountMap
> ou: auto.home
> 
> dn: cn=sstarr,ou=auto.home,ou=autofs,dc=platform,dc=com
> objectClass: top
> objectClass: automount
> cn: sstarr
> automountInformation: -fstype=nfs,hard,intr,nodev,nosuid somehostname.platform.com:/home:&
-----------------------------------------------------------------------------------------^
What's this?

I don't understand what your trying to do either!
Tell me, on "remote machine" how should the exported /home filesystem be
accessible after an autofs filesystem is mounted over the top of it.

Or am I missing something in this description.

Ian

  parent reply	other threads:[~2006-11-22  9:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-21 20:12 Automount with a local NFS export and a remote NFS export using the same mount path name over LDAP Shawn Starr
2006-11-21 20:37 ` jmoyer
2006-11-22  9:18 ` Ian Kent [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-11-21 21:35 Shawn Starr
2006-11-21 18:58 Shawn Starr
2006-11-21 19:13 ` jmoyer
2006-11-17 22:27 Shawn Starr
2006-11-20 15:27 ` Jeff Moyer
2006-11-20 20:03   ` Shawn Starr
2006-11-17 20:45 Shawn Starr

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=1164187128.9969.7.camel@localhost \
    --to=raven@themaw.net \
    --cc=autofs@linux.kernel.org \
    --cc=sstarr@platform.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.