Unverified Commit d31660ef by Christian Brauner Committed by GitHub

Merge pull request #2287 from thyth/master

Also pass action scripts to CRIU on checkpointing
parents 31283a46 497a7863
...@@ -169,6 +169,7 @@ static bool checkpoint(struct lxc_container *c) ...@@ -169,6 +169,7 @@ static bool checkpoint(struct lxc_container *c)
opts.stop = stop; opts.stop = stop;
opts.verbose = verbose; opts.verbose = verbose;
opts.predump_dir = predump_dir; opts.predump_dir = predump_dir;
opts.action_script = actionscript_path;
if (pre_dump) if (pre_dump)
mode = MIGRATE_PRE_DUMP; mode = MIGRATE_PRE_DUMP;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment