[lxc-devel] [PATCH] Add support for checkpoint and restore via CRIU

Serge Hallyn serge.hallyn at ubuntu.com
Sat Aug 23 02:29:46 UTC 2014


Hm, was trying this out tonight, but I keep getting

sh: 1: /usr/lib/x86_64-linux-gnu/lxc/lxc-restore-net: not found

despite the fact that I most certainly did copy lxc-restore-net into place:

-rwxr-xr-x 1 root root 452 Aug 23 02:09 /usr/lib/x86_64-linux-gnu/lxc/lxc-restore-net

Anyway, i did notice that the manpages aren't quite right.  The synopsis
shows up as:

lxc-info {-n name} {-D checkpoint-dir} [-r restore] [-s stop] [-v verbose] [-d daemon] [-F foreground]

which makes it seem as though 'restore', 'stop', 'verbose', 'deamon', and 'foreground'
are actually the arguments to pass to the short args.  I'm not very good at
coming up with synopses, but probably best to either leave it as

lxc-info {-n name} {-D checkpoint-dir} [-r] [-s] [-v] [-d] [-F]

giving the longer option names below, or

or

lxc-info {-n name} {-D checkpoint-dir} [-r | --restore] [-s | --stop] [-v | --verbose] \
	[-d | --daemon] [-F | --foreground]


More information about the lxc-devel mailing list