Subject: Re: [vserver] guest mounts
From: jason@netkosice.sk
Date: Mon, 28 Jun 2010 12:28:39 +0200 (CEST)

> for the record, it still works for me as i just double-checked:
>
> # vserver test1 exec ls /mnt
> # echo this is a test >/tmp/test.txt
> # vnamespace -e test1 mount --bind /tmp /home/vservers/test1/mnt
> # vserver test1 exec ls /mnt
> lost+found  test.txt
> # vserver test1 exec cat /mnt/test.txt
> this is a test
> # vnamespace -e test1 umount /home/vservers/test1/mnt
> # vserver test1 exec ls /mnt
> # rm /tmp/test.txt

so this issue seems to be local. I'm using Debian Lenny with custom
kernel, I will test it with stock kernel