Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-16 | nspawn: introduce the new /machine/ tree in the cgroup tree and move ↵ | Lennart Poettering | |
containers there Containers will now carry a label (normally derived from the root directory name, but configurable by the user), and the container's root cgroup is /machine/<label>. This label is called "machine name", and can cover both containers and VMs (as soon as libvirt also makes use of /machine/). libsystemd-login can be used to query the machine name from a process. This patch also includes numerous clean-ups for the cgroup code. | |||
2013-04-15 | core: always create /user and /machine top-level cgroup dirs | Lennart Poettering | |
This allows clients to put inotify watches on these trees to watch for state changes, without having to wait until these dirs are created. This introduces the new top-level /machine cgroup dir as canonical location where OS containers and VMs shall be located (as discussed with the libvirt folks). | |||
2013-01-14 | core: add bus API and systemctl commands for altering cgroup parameters ↵ | Lennart Poettering | |
during runtime | |||
2012-05-08 | util: split-out path-util.[ch] | Kay Sievers | |
2012-04-12 | test: test tools should still be in the src/ directory | Lennart Poettering | |