https://bugzilla.redhat.com/show_bug.cgi?id=1069718

Harald Hoyer <har...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |har...@redhat.com



--- Comment #5 from Harald Hoyer <har...@redhat.com> ---
Your container PID 1 might be missing this:

http://cgit.freedesktop.org/systemd/systemd/tree/src/nspawn/nspawn.c#n2018

                        /* Mark everything as slave, so that we still
                         * receive mounts from the real root, but don't
                         * propagate mounts to the real root. */
                        if (mount(NULL, "/", NULL, MS_SLAVE|MS_REC, NULL) < 0)
{
                                log_error("MS_SLAVE|MS_REC failed: %m");
                                goto child_fail;
                        }

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang

Reply via email to