diff --git a/lib/commands/toolcontext.c b/lib/commands/toolcontext.c index 1ecc58050..280ea1336 100644 --- a/lib/commands/toolcontext.c +++ b/lib/commands/toolcontext.c @@ -987,6 +987,7 @@ struct cmd_context *create_toolcontext(struct arg *the_args, unsigned is_static, if (!_init_backup(cmd)) goto error; + cmd->default_settings.cache_vgmetadata = 1; cmd->current_settings = cmd->default_settings; cmd->config_valid = 1;