1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

enable vg metadata cache by default

This commit is contained in:
Alasdair Kergon 2008-04-02 21:31:14 +00:00
parent bf7dea978e
commit bae74dff07

View File

@ -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;