1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-19 14:04:17 +03:00
lvm2/lib/metadata
David Teigland d5a06f9a7d pvscan: skip indexing devices used by LVs
dev_cache_index_devs() is taking a large amount of time
when there are many PVs.  The index keeps track of
devices that are currently in use by active LVs.  This
info is used to print warnings for users in some limited
cases.

The checks/warnings that are enabled by the index are not
needed by pvscan --cache, so disable it in this case.

This may be expanded to other cases in future commits.
dev_cache_index_devs should also be improved in another
commit to avoid the extreme delays with many devices.
2021-07-06 10:18:07 -05:00
..
2021-03-14 16:34:38 +01:00
2021-06-28 20:41:07 +02:00
2020-12-09 17:36:09 -06:00
2021-03-08 15:43:27 +01:00
2020-09-15 22:52:25 +02:00
2021-03-10 01:11:52 +01:00
2016-01-21 12:11:37 +01:00
2021-02-23 16:43:32 -06:00
2021-02-23 16:43:32 -06:00
2018-06-05 16:23:18 +02:00
2021-06-28 20:41:07 +02:00