Unverified Commit 244508d1 by Daniel Selifonov Committed by Christian Brauner

Also pass action scripts to CRIU on checkpointing

parent 4b088194
......@@ -169,6 +169,7 @@ static bool checkpoint(struct lxc_container *c)
opts.stop = stop;
opts.verbose = verbose;
opts.predump_dir = predump_dir;
opts.action_script = actionscript_path;
if (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