summaryrefslogtreecommitdiff
path: root/tools/pvchange.c
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2018-12-07 14:35:22 -0600
committerDavid Teigland <teigland@redhat.com>2019-01-15 10:23:47 -0600
commit6620dc9475d55207bfcd5e666f0379bcdf11831a (patch)
treea0bc324a818ff3cd99f38de51ccac3df2c5a4cc0 /tools/pvchange.c
parent81b3b71dae7775c93adebdea60308e11057a4ee8 (diff)
downloadlvm2-6620dc9475d55207bfcd5e666f0379bcdf11831a.tar.gz
add device hints to reduce scanning
Save the list of PVs in /run/lvm/hints. These hints are used to reduce scanning in a number of commands to only the PVs on the system, or only the PVs in a requested VG (rather than all devices on the system.)
Diffstat (limited to 'tools/pvchange.c')
-rw-r--r--tools/pvchange.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/pvchange.c b/tools/pvchange.c
index 8c192680e..696dab4ac 100644
--- a/tools/pvchange.c
+++ b/tools/pvchange.c
@@ -252,6 +252,8 @@ int pvchange(struct cmd_context *cmd, int argc, char **argv)
set_pv_notify(cmd);
+ clear_hint_file(cmd);
+
ret = process_each_pv(cmd, argc, argv, NULL, 0, READ_FOR_UPDATE | READ_ALLOW_EXPORTED, handle, _pvchange_single);
if (!argc)