From bae74dff07aa5b7966752983ebd654d997334536 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Wed, 2 Apr 2008 21:31:14 +0000 Subject: [PATCH] enable vg metadata cache by default --- lib/commands/toolcontext.c | 1 + 1 file changed, 1 insertion(+) 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;