]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Also pass action scripts to CRIU on checkpointing 2287/head
authorDaniel Selifonov <ds@thyth.com>
Sun, 15 Apr 2018 06:26:00 +0000 (23:26 -0700)
committerDaniel Selifonov <ds@thyth.com>
Tue, 24 Apr 2018 06:03:44 +0000 (23:03 -0700)
Signed-off-by: Daniel Selifonov <ds@thyth.com>
src/lxc/tools/lxc_checkpoint.c

index 3d80505267e2c2a92f977f11bf2c11de60ef11ff..0d0746e55e28f29675e103a6094951fca6feec9b 100644 (file)
@@ -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;