On 04/11/2018 07:17 PM, Daniel Sobe wrote:
> Hi Larry,
>
> this is what I was doing. The 2nd node, while being "declared" in the 
> cluster.conf, does not exist yet, and thus everything was happening on one 
> node only.
>
> I do not know in detail how LXC does the mount sharing, but I assume it 
> simply calls "mount --bind /original/mount/point /new/mount/point" in a 
> separate namespace (or, somehow unshares the mount from the original 
> namespace afterwards).
I thought of there is a way to share a directory between host and docker 
container, like
    docker run -v /host/directory:/container/directory -other -options 
image_name command_to_run
That's different from yours.

How did you setup your lxc or container?

If you could, show me the procedure, I'll try to reproduce it.

And by the way, if you get rid of lxc, and just mount ocfs2 on several 
different mount point of local host, will the problem recur?

Regards,
Larry
> Regards,
>
> Daniel
>

_______________________________________________
Ocfs2-devel mailing list
Ocfs2-devel@oss.oracle.com
https://oss.oracle.com/mailman/listinfo/ocfs2-devel

Reply via email to