mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
lvmetad: fix process_each_label
Was missing the call to populate lvmcache info from lvmetad at the start of process_each_label.
This commit is contained in:
parent
ddb5de7a98
commit
7e33bd1335
@ -1505,6 +1505,7 @@ int process_each_label(struct cmd_context *cmd, int argc, char **argv,
|
||||
log_set_report_object_type(LOG_REPORT_OBJECT_TYPE_LABEL);
|
||||
|
||||
lvmcache_label_scan(cmd);
|
||||
lvmcache_seed_infos_from_lvmetad(cmd);
|
||||
|
||||
if (argc) {
|
||||
for (; opt < argc; opt++) {
|
||||
|
Loading…
Reference in New Issue
Block a user