void exec_criu(struct criu_opts *opts)
{
char **argv, log[PATH_MAX];
- int static_args = 18, argc = 0, i, ret;
+ int static_args = 20, argc = 0, i, ret;
int netnr = 0;
struct lxc_list *it;
* --manage-cgroups action-script foo.sh -D $(directory) \
* -o $(directory)/$(action).log --ext-mount-map auto
* --enable-external-sharing --enable-external-masters
+ * --enable-fs hugetlbfs
* +1 for final NULL */
if (strcmp(opts->action, "dump") == 0) {
DECLARE_ARG("auto");
DECLARE_ARG("--enable-external-sharing");
DECLARE_ARG("--enable-external-masters");
+ DECLARE_ARG("--enable-fs");
+ DECLARE_ARG("hugetlbfs");
DECLARE_ARG("-D");
DECLARE_ARG(opts->directory);
DECLARE_ARG("-o");