I'm using Ubuntu Server 11.10 Oneric, kernel 3.0.0-14-server.
I installed ZFS from ppa and created zpool and mounted it at /zfstankdir.
Then I installed LXC and created Ubuntu container.
Now I want to bind /zfstankdir to /mycontainer/rootfs/zfstankdir
So I did it in Host machine through /etc/fstab
/zfstankdir /mycontainer/rootfs/zfstankdir none defaults,bind 0 0
But in lxc container I see content of the /zfstankdir mount point directory instead of zpool content.
Question is: how to bind to container content of zpool?