- 17 Aug, 2016 4 commits
-
-
Wolfgang Bumiller authored
It doesn't have any effect on what lxc-top does and is only accepted on account of being part of the common option list. Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
Wolfgang Bumiller authored
Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
Wolfgang Bumiller authored
In order to cause c->is_defined() to become true. Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
Wolfgang Bumiller authored
In almost all commands it's a useful addition to the -n switch which is a common option, too. Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
- 16 Aug, 2016 6 commits
-
-
Stéphane Graber authored
bdev: use correct overlay module name
-
Christian Brauner authored
- Assume that the module name is "overlay" per default and not "overlayfs". - Assume that the overlay version we are using requires a workdir. - When we mount an overlay filesystem and we fail with ENODEV retry once with the module name we haven't already used. Signed-off-by:Christian Brauner <cbrauner@suse.de>
-
Serge Hallyn authored
Update gitignore
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
Stéphane Graber authored
autotools: fix tests
-
- 15 Aug, 2016 3 commits
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <cbrauner@suse.de>
-
Serge Hallyn authored
[RFC] add minimal unit testing for liblxc functions
-
Christian Brauner authored
Signed-off-by:Christian Brauner <cbrauner@suse.de>
-
- 14 Aug, 2016 2 commits
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <cbrauner@suse.de>
-
Stéphane Graber authored
tools: use fclose() after fdopen() + add newline
-
- 13 Aug, 2016 5 commits
-
-
Christian Brauner authored
So far we accidently used close() on the original file descriptor. (After fdopen() the original fd is considered private and should not be used anymore. The close operations should be performed on the new file handle. We did the correct thing on error but not on success.) Using close() on the original fd caused "Text file busy" errors and prevented the cloned tmpfs container from starting. Signed-off-by:Christian Brauner <cbrauner@suse.de>
-
Serge Hallyn authored
tools: add missing newline in lxc-create output
-
Christian Brauner authored
Signed-off-by:Christian Brauner <cbrauner@suse.de>
-
Serge Hallyn authored
bdev: be smarter about btrfs subvolume detection
-
Serge Hallyn authored
tools: use correct runtime path for lxc-ls
-
- 12 Aug, 2016 6 commits
-
-
Christian Brauner authored
So far we've simply been using RUNTIME_PATH for the privileged and unprivileged case. We should actually use XDG_RUNTIME_DIR for the unprivileged case. Signed-off-by:Christian Brauner <cbrauner@suse.de>
-
Christian Brauner authored
When a container c is on a btrfs filesystem but is directory backed, copying the container will default to snapshot. This is because of should_default_to_snapshot() returning true in this case because c is on a btrfs filesystem. We should make sure that should_default_to_snapshot() only returns true, when c itself is a btrfs subvolume. Signed-off-by:Christian Brauner <cbrauner@suse.de>
-
Christian Brauner authored
Update English and Japanese lxc-attach(1)
-
KATOH Yasufumi authored
* Add undocumented options (-v/--set-var, --keep-var, -f/--rcfile) * Change order of option in SYNOPSIS (-L that is placed after "command") * Add long options in SYNOPSIS Signed-off-by:KATOH Yasufumi <karma@jazz.email.ne.jp>
-
KATOH Yasufumi authored
* Add undocumented options (-v/--set-var, --keep-var, -f/--rcfile) * Change order of option in SYNOPSIS (-L that is placed after "command") * Add long options in SYNOPSIS Signed-off-by:KATOH Yasufumi <karma@jazz.email.ne.jp>
-
Serge Hallyn authored
log: fix log_append_stderr()
-
- 11 Aug, 2016 2 commits
-
-
Christian Brauner authored
Log output currently looks like this: lxc-copy: debbdev/lxcdir.c: dir_clonepaths: 45 directories cannot be snapshotted. Try aufs or overlayfs. we rather want it to be: lxc-copy: deb: bdev/lxcdir.c: dir_clonepaths: 45 directories cannot be snapshotted. Try aufs or overlayfs. Signed-off-by:Christian Brauner <cbrauner@suse.de>
-
Serge Hallyn authored
tree-wide: replace readdir_r() with readdir()
-
- 09 Aug, 2016 1 commit
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <cbrauner@suse.de>
-
- 07 Aug, 2016 2 commits
-
-
Stéphane Graber authored
templates: add support for new arch on Alpine Linux
-
Carlo Landmeter authored
Signed-off-by:Carlo Landmeter <clandmeter@gmail.com>
-
- 04 Aug, 2016 3 commits
-
-
Christian Brauner authored
lxc-attach: add -f option & cleanup
-
Wolfgang Bumiller authored
The rest of this block uses spaces instead of tabs already. Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
Wolfgang Bumiller authored
Otherwise a container with a non-standard configuration file can be started but not attached to. Fixes the following case: # lxc-start -n ct -f /different/path/my.config # lxc-attach -n ct Error: container ct is not defined Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
- 02 Aug, 2016 2 commits
-
-
Christian Brauner authored
doc: Add documentation of lxc.syslog to Korean lxc.container.conf(5)
-
Sungbae Yoo authored
Update for commit 204dfdf2Signed-off-by:
Sungbae Yoo <sungbae.yoo@samsung.com>
-
- 01 Aug, 2016 3 commits
-
-
Stéphane Graber authored
partially reorganize repo
-
Christian Brauner authored
doc: Add documentation of lxc.syslog to Japanese lxc.container.conf(5)
-
KATOH Yasufumi authored
and add local6 to valid facility Signed-off-by:KATOH Yasufumi <karma@jazz.email.ne.jp>
-
- 31 Jul, 2016 1 commit
-
-
Christian Brauner authored
- tools: move lxc commands to common subfolder - tests: adapt include search path Signed-off-by:Christian Brauner <cbrauner@suse.de>
-