Quoting Daniel Lezcano (daniel.lezc...@free.fr):
> However, I am curious to understand why a remount as read-only is 
> propagated in all the system as we are running in our own mount 
> namespace. I will ask to the kernel mailing list ...

I haven't closely followed this thread, but I'd guess that his
root is mnt_shared.  Can confirm by doing 'grep shared /proc/self/mountinfo'
Private mount namespace doesn't stop that.  So if it doesn't already, lxc
should probably (optionally?) do a

        mount --make-rslave $lxc_root

after creating it's tmpfs rootfs or pivot_rooting.

(Or, I could be completely wrong :)

-serge

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to