>>>>> "SH" == Serge Hallyn <serge.hal...@canonical.com> writes:

    SH> Does /proc/self/mounts on the host change after you successfully
    SH> start the container the first time?

I examined /proc/self/mounts at the beginning and at the end of
/etc/init.d/lxc script.  The only difference is:

  < cgroup /cgroup cgroup 
rw,relatime,perf_event,blkio,net_cls,freezer,devices,cpuacct,cpu,cpuset 0 0
  ---
  > cgroup /cgroup cgroup 
rw,relatime,perf_event,blkio,net_cls,freezer,devices,cpuacct,cpu,cpuset,clone_children
 0 0

Nothing gets changed in /proc/self/mounts thereafter.
    
    SH> Can you do 'lxc-start -n test -l DEBUG -o test.debug', twice,
    SH> and send us the resulting test.debug file?

The two debug outputs are attached.  There is no significant difference
in the outputs until the pivot_root call.  Please note that I commented
out the lxc.rootfs.mount option so the mounts happen at default location
rather than in /mnt/lxc reported in my previous message.  My Linux
version is 3.2.0 from Debian testing.

Attachment: test.debug.on-boot
Description: Binary data

Attachment: test.debug.later
Description: Binary data

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to