- 31 Jul, 2017 19 commits
-
-
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>
-
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>
-
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>
-
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>
-
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
Closes #1698. Closes #1703. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
otherwise default to "dir" Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
network parser fixes
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 30 Jul, 2017 3 commits
-
-
Christian Brauner authored
Fix some bugs in #1719
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
When we are passed a network key like "lxc.net.[i].ipv4.address" we need to make sure that we pass the deindexed key "lxc.net.ipv4.address" to the {get,clr,set} methods otherwise we'll end up in an endless loop. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 29 Jul, 2017 4 commits
-
-
Serge Hallyn authored
In particular, any text (like a #comment) following the mode would end up in our mode line. Signed-off-by:Serge Hallyn <serge@hallyn.com>
-
Christian Brauner authored
Fix up c8bf519d to fit our coding style
-
Serge Hallyn authored
Also reduce the number of mallocs. Signed-off-by:Serge Hallyn <serge@hallyn.com>
-
Serge Hallyn authored
Allow full path in lxc.devices.allow
-
- 28 Jul, 2017 7 commits
-
-
Christian Brauner authored
Use "rsync -SHaAX" to copy the cached rootfs into place
-
Harald Dunkel authored
(updated by Serge to also handle hte new lxc-fedora{-legacy{.in templates) Signed-off-by:Harald Dunkel <harri@afaics.de> Signed-off-by:
Serge Hallyn <serge@hallyn.com> Acked-by:
Serge Hallyn <serge@hallyn.com>
-
Stéphane Graber authored
lvm: fix check
-
Christian Brauner authored
Signed-off-by:
Thomas Hipp <thipp@suse.de> Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
lvm: check whether lxc.bdev.lvm.vg is empty
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 27 Jul, 2017 2 commits
-
-
Stéphane Graber authored
cgroups: workaround gcc-7 bug
-
Christian Brauner authored
Also: LOL Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 26 Jul, 2017 4 commits
-
-
Serge Hallyn authored
cgroups: handle hybrid cgroup layouts
-
Christian Brauner authored
Closes #1669. Closes #1678. Relates to https://github.com/systemd/systemd/issues/6408. Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
aeris authored
Some devices like LVM or cryptsetup entries have no stable major/minor, changing between host reboots. In this case, hardcoded numbers are not usable in config file and there is currently no way to use hook with lxc-device to do the link at guest startup : * `pre-start`/`autodev` hook runs in host context but has the guest in stopped state and so lxc-device not usable * `start` hook is in running state but runs in guest context and so lxc-device not available This patch converts fullpath in lxc.devices.allow to current major/minor numbers to address those changing numbers. Signed-off-by:aeris <aeris@imirhil.fr>
-
- 25 Jul, 2017 1 commit
-
-
Serge Hallyn authored
call lxc_setup() after unshare(CLONE_NEWCGROUP)
-