All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Kent <raven@themaw.net>
To: Lukas Haase <lukashaase@gmx.at>
Cc: autofs@linux.kernel.org
Subject: Re: Using autofs with on non-mounted directory
Date: Mon, 31 Aug 2009 11:44:33 +0800	[thread overview]
Message-ID: <4A9B4721.20608@themaw.net> (raw)
In-Reply-To: <h78v0g$rhg$1@ger.gmane.org>

Lukas Haase wrote:
> Jeff Moyer schrieb:
>> Lukas Haase <lukashaase@gmx.at> writes:
>>> Hi,
> 
> Hi,
> 
>>> I have the problem that I have an indirect mount in
>>> "/var/lib/vz/root/500/media/media". Unfortunately this directory does
>>> not always exists (particulary not on system startup).
>>
>> So it doesn't get mounted automatically?  If it *is* mounted as part of
>> startup, then it sounds like you just need to move that sooner in your
>> boot order.
> 
> No, that would be easy, of course. The actual problem is, that I want to
> have the indirect mount into an OpenVZ container. OpenVZ "bind mounts"
> its data root into the directory above before starting a container:
> /var/lib/vz/private/500/media/media --> /var/lib/vz/root/500/media/media.
> 
> And of course, the container is not always started. But I can call a
> script when starting/stopping a container.
> 
>>> The directory exists as soon as another filesystem
>>> "/var/lib/vz/root/500" is mounted. I have the possibility to execute a
>>> script when that filesystem is mounted and umounted.
>>
>>> Do I have the possibility to add/remove this indirect mount somehow
>>> "on the fly"?
>>
>> You would have to script this yourself.  There is no real api to tell
>> the automounter to add map entries.
> 
> Yes, but how?
> 
> Would it be possible to change the config files and send e.g. a HUP ?

Yep, HUP tells autofs to re-read it's maps.

> 
> That way, I could dynamically add the apropriate line on container
> startup and issue HUP, and remove the line when the container shuts down.
> 
> Regards,
> Luke
> 
> _______________________________________________
> autofs mailing list
> autofs@linux.kernel.org
> http://linux.kernel.org/mailman/listinfo/autofs

      reply	other threads:[~2009-08-31  3:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-19 14:18 Using autofs with on non-mounted directory Lukas Haase
2009-08-28 14:49 ` Jeff Moyer
2009-08-28 16:01   ` Lukas Haase
2009-08-31  3:44     ` Ian Kent [this message]

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=4A9B4721.20608@themaw.net \
    --to=raven@themaw.net \
    --cc=autofs@linux.kernel.org \
    --cc=lukashaase@gmx.at \
    /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.