So I've been playing around with openvz and I really need autofs and nfs working.
AFAICT bind mounts don't work with autofs, right? I did discover that I can create a new automount process on the HN with something like this:
automount --timeout=60 /vz/root/101/home file /etc/auto.openvz
Where /etc/auto.openvz contains this:
The HN mounts the correct directory from the NFS server and then the additional automount daemon does bind mounts to /vz/root/101/home. The VE then gets all the /home mounts correct.
Does anyone else do it like this? Are there any issues?
Andy