2
0
mirror of git://github.com/lxc/lxc synced 2025-09-01 01:11:10 +00:00

Merge pull request #2997 from rst0git/criu-v-option

criu: Use -v4 instead of -vvvvvv
This commit is contained in:
Christian Brauner
2019-05-10 23:47:28 +02:00
committed by GitHub

View File

@@ -375,7 +375,7 @@ static void exec_criu(struct cgroup_ops *cgroup_ops, struct lxc_conf *conf,
}
if (opts->user->verbose)
DECLARE_ARG("-vvvvvv");
DECLARE_ARG("-v4");
if (opts->user->action_script) {
DECLARE_ARG("--action-script");