mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 11:13:50 +00:00
Merge pull request #2997 from rst0git/criu-v-option
criu: Use -v4 instead of -vvvvvv
This commit is contained in:
commit
ad4dddd85e
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user