mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-23 21:35:29 +03:00
enable vg metadata cache by default
This commit is contained in:
parent
b4e5131d59
commit
976acaca31
@ -987,6 +987,7 @@ struct cmd_context *create_toolcontext(struct arg *the_args, unsigned is_static,
|
|||||||
if (!_init_backup(cmd))
|
if (!_init_backup(cmd))
|
||||||
goto error;
|
goto error;
|
||||||
|
|
||||||
|
cmd->default_settings.cache_vgmetadata = 1;
|
||||||
cmd->current_settings = cmd->default_settings;
|
cmd->current_settings = cmd->default_settings;
|
||||||
|
|
||||||
cmd->config_valid = 1;
|
cmd->config_valid = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user