[Users] post start host side configuration for a vps

Alastair Neil ajneil at gmail.com
Wed Nov 29 11:08:49 EST 2006


On 11/29/06, Kir Kolyshkin <kir at openvz.org> wrote:
>
> Vasily Tarasov wrote:
> > Alastair Neil wrote:
> >
> >> I would like to have some directories mounted within a VPS from the
> >> host node.  I can do this using a bind mount from the host, however I
> >> have not found any configurable way to achieve this automatically.
> >> Ideally these mounts should be mounted before the VPS starts any
> >> services.  Anyone have any suggestions?
> >>
> > You can create script /etc/vz/conf/101.mount
> > This script will be executed before VE start, so you can add mounts
> there.
> >
> > Typical content of 101.mount:
> > #! /bin/sh
> > mount -n -o bind,ro /shared/directory /vz/root/101/shared
> >
> More details are in OpenVZ User's Guide, around page 100 or so.
> The guide itself is at http://download.openvz.org/doc/ (in case you
> missed it).
>
> Regards,
>   Kir.
>

Ahh I see it it is on page 88 in the pdf I have.  Thanks for the pointer.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://openvz.org/pipermail/users/attachments/20061129/3e183fe5/attachment.html


More information about the Users mailing list