- 02 Oct, 2017 1 commit
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 29 Sep, 2017 2 commits
-
-
Serge Hallyn authored
Add support share pid namespace
-
LiFeng authored
Signed-off-by:LiFeng <lifeng68@huawei.com>
-
- 28 Sep, 2017 2 commits
-
-
Christian Brauner authored
start: don't close inherited namespace fds
-
LiFeng authored
Otherwise we can never share namespaces. Signed-off-by:
LiFeng <lifeng68@huawei.com> Acked-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
- 27 Sep, 2017 2 commits
-
-
Stéphane Graber authored
cgfsng: check whether we have a conf
-
Christian Brauner authored
We can't rely in general on the presence of an initialized conf on cgroup init time. One good example are our criu codepaths. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 25 Sep, 2017 2 commits
-
-
Christian Brauner authored
doc: Translate lxc-update-config(1) into Japanese
-
KATOH Yasufumi authored
Signed-off-by:KATOH Yasufumi <karma@jazz.email.ne.jp>
-
- 24 Sep, 2017 1 commit
-
-
Stéphane Graber authored
lvm: fix thinpool logical volumes
-
- 23 Sep, 2017 1 commit
-
-
Christian Brauner authored
Closes #1827. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 20 Sep, 2017 4 commits
-
-
Stéphane Graber authored
doc: add lxc-update-config manpage
-
Stéphane Graber authored
Merge pull request #1821 from brauner/2017-09-19/fail_on_when_setting_limits_on_unavailable_controllers cgfsng: fail when limits fail to apply
-
Stéphane Graber authored
zfs: return error directly when zfs creation fails
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 19 Sep, 2017 5 commits
-
-
Christian Brauner authored
doc: fix regex-typo in Japanese and Korean lxc-monitor(1)
-
KATOH Yasufumi authored
Update for commit e3dd06efSigned-off-by:
KATOH Yasufumi <karma@jazz.email.ne.jp>
-
Christian Brauner authored
So far, we silently skipped over limits that failed to be applied which is very odd. Let's error on when cgroup limits fail to apply. Closes #1815. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Closes #1818. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Fix typo
-
- 18 Sep, 2017 7 commits
-
-
Stéphane Graber authored
Change alpine template file check to also check file size (`-f` => `-s`)
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
Christian Brauner authored
tests: Support systemd hybrid cgroups
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
Rune Juhl Jacobsen authored
Because the `fetch` wget wrapper outputs files to stdout we may end up in a situation where wget fails but the files are still created. This can happen e.g. when the host date is out of sync leading to a failed certificate check, resulting in the creation of empty key files. Once the empty files have been created the template will try to use them which causes the certificate check to fail. By using `-s` instead of `-f` the template will re-fetch the files unless they exist AND have a size greater than zero. Signed-off-by:Rune Juhl Jacobsen <runejuhl@petardo.dk>
-
Stéphane Graber authored
plamo: Delete unnecessary process during container shutdown
-
Stéphane Graber authored
start: pass LXC_LOG_LEVEL to hooks
-
- 13 Sep, 2017 7 commits
-
-
Christian Brauner authored
- rework and fix pipe fd leak Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
start: set environment variables correctly
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
start: move env setup before container setup
-
- 12 Sep, 2017 4 commits
-
-
Christian Brauner authored
The hooks (e.g. lxc.hook.mount) should have the environment variables the user gave us available. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
[TRIVIAL] fix regex-typo in documentation example
-
Christian von Roques authored
To match names beginning with the letters "f" or "b" one can use the regular expression "[fb].*" or "(f|b).*", but not "[f|b].*", which would match strings beginning with "f", "|", or "b". Signed-off-by:Christian von Roques <roques@z12.ch>
-
KATOH Yasufumi authored
Since some remounts/umounts is executed in the plamo shutdown script, the filesystem on where a container exists might be mount as read-only. This patch delete some mounts and umounts from the shutdown script. It also delete hwclock setting process. And delete an unncecessary output. Signed-off-by:KATOH Yasufumi <karma@jazz.email.ne.jp>
-
- 11 Sep, 2017 2 commits
-
-
Serge Hallyn authored
start: switch ids at last possible instance
-
Christian Brauner authored
When the "lxc.rootfs.path" property is not set and users request a container copy we would segfault since strstr() would be called on a NULL pointer. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-