summaryrefslogtreecommitdiff
path: root/tools/vgimportclone.c
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2019-06-11 14:09:13 -0500
committerDavid Teigland <teigland@redhat.com>2019-06-11 14:10:14 -0500
commit4bb7d3da0e7472804361f639c6da5e2798b4e0d2 (patch)
tree1b3e3c826df913dcbe8eed55617fb674a7fbd691 /tools/vgimportclone.c
parent0f350ba890f02eb73d6cdebe29420a709e2b5ae6 (diff)
downloadlvm2-4bb7d3da0e7472804361f639c6da5e2798b4e0d2.tar.gz
lvmcache: remove wrapper around lvmcache_get_vgnameids
This was left over from when there was an lvmetad version of the function.
Diffstat (limited to 'tools/vgimportclone.c')
-rw-r--r--tools/vgimportclone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vgimportclone.c b/tools/vgimportclone.c
index f7b1c0b88..a3af8413b 100644
--- a/tools/vgimportclone.c
+++ b/tools/vgimportclone.c
@@ -296,7 +296,7 @@ int vgimportclone(struct cmd_context *cmd, int argc, char **argv)
vgname_count = 1;
}
- if (!get_vgnameids(cmd, &vgnameids_on_system, NULL, 0))
+ if (!lvmcache_get_vgnameids(cmd, &vgnameids_on_system, NULL, 0))
goto_out;
retry_name: