[lxc-devel] [lxc/lxc] c30b61: cgfsng: don't require that systemd subsystem be mo...
GitHub
noreply at github.com
Wed Apr 13 14:40:20 UTC 2016
Branch: refs/heads/master
Home: https://github.com/lxc/lxc
Commit: c30b61c37695a88f07ed5641ad270e4785a3a918
https://github.com/lxc/lxc/commit/c30b61c37695a88f07ed5641ad270e4785a3a918
Author: Serge Hallyn <serge.hallyn at ubuntu.com>
Date: 2016-04-12 (Tue, 12 Apr 2016)
Changed paths:
M src/lxc/cgfsng.c
M src/lxc/cgroup.c
Log Message:
-----------
cgfsng: don't require that systemd subsystem be mounted
Note that is_crucial_subsystem still lists name=systemd. That is
used in cgfs and cgmanager. Cgmanager is typically setup to create
name=systemd, so it is ok. cgfs uses is_crucial_subsystem() only
to decide whether failure to create or chown a directory should be
terminal. That's ok, because (a) if name=systemd is not mounted then
we won't hit that, and (b) if name=systemd is mounted, then we'd
really still like to set it up for containers.
Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>
Commit: e4be55c41f434190403ea4e41819ccb0bb9b4fae
https://github.com/lxc/lxc/commit/e4be55c41f434190403ea4e41819ccb0bb9b4fae
Author: Christian Brauner <christian.brauner at mailbox.org>
Date: 2016-04-13 (Wed, 13 Apr 2016)
Changed paths:
M src/lxc/cgfsng.c
M src/lxc/cgroup.c
Log Message:
-----------
Merge pull request #971 from hallyn/2016-04-12/nosystemd
cgfsng: don't require that systemd subsystem be mounted
Compare: https://github.com/lxc/lxc/compare/c4828d741675...e4be55c41f43
More information about the lxc-devel
mailing list