https://bugzilla.redhat.com/show_bug.cgi?id=1069718
Harald Hoyer harald@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |harald@redhat.com
--- Comment #5 from Harald Hoyer harald@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; }