Subject: Re: [vserver] Link file in host to guests
From: moi@nonooo.eu
Date: Mon, 01 Apr 2013 21:06:58 +0200

you can try to mount the directory in fstab using bind (but you will 
need to restart the guest)

I do this for mysql socket and it is working fine.

arnaud

Le 29/03/2013 00:43, Roderick A. Anderson a écrit :
> I have a need (desire actually) to link a file in the host system
> into selected guests.
>
> The file will not be static.  Updated about every minute.
>
> Currently I have the script that generates the file copy it to the
> guests but it seems such a brute-force method.  The guests only need
> to read the file.
>
> I tried a soft link from the host but got errors.  (I tried it last
> week or before and much has happened since so I can't remember the
> exact error.)
>
> Any ideas, pointers, clue-sticks?
>
>
> TIA,
> Rod
> --