1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/test
David Teigland db98a6e362 Additional MD component checking
If udev info is missing for a device, (which would indicate
if it's an MD component), then do an end-of-device read to
check if a PV is an MD component.  (This is skipped when
using hints since we already know devs in hints are good.)

A new config setting md_component_checks can be used to
disable the additional end-of-device MD checks, or to
always enable end-of-device MD checks.

When both hints and udev info are disabled/unavailable,
the end of PVs will now be scanned by default.  If md
devices with end-of-device superblocks are not being
used, the extra I/O overhead can be avoided by setting
md_component_checks="start".
2019-06-07 13:27:16 -05:00
..
api Remove python bindings for liblvm2app 2018-06-08 10:33:47 -05:00
dbus tests/dbus: Re-enable nesting and pvcreate via symlink 2018-12-20 10:27:30 -06:00
lib tests: automatically set scan_lvs when using extend_filter 2019-06-05 15:48:44 +02:00
shell Additional MD component checking 2019-06-07 13:27:16 -05:00
unit tests: indent 2018-12-23 01:07:27 +01:00
.gitignore test: add results/ to .gitignore 2016-12-10 18:00:25 +00:00
Makefile.in test: Restore testing of D-Bus API 2019-05-31 08:58:30 +02:00