Commit 497a7863 by Daniel Selifonov

Also pass action scripts to CRIU on checkpointing

parent a55e2ad1
......@@ -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