1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-06 01:58:01 +03:00
Leo Yan 759b0392d5 tests: Support multiple backing devices
In current implementation, the option "LVM_TEST_BACKING_DEVICE" only
supports to specify one backing device; this patch is to extend the
option to support multiple backing devices by using comma as separator,
e.g. below command specifies two backing devices:

  make check_lvmlockd_idm LVM_TEST_BACKING_DEVICE=/dev/sdj3,/dev/sdk3

This can allow the testing works on multiple drives and verify the
locking scheme if can work as expected for multiple drives case.  For
example, for Seagate IDM locking scheme, if a VG uses two PVs, every PV
is resident on a drive, thus the locking operations will be sent to two
drives respectively; so the extension for "LVM_TEST_BACKING_DEVICE" can
help to verify different drive configurations for locking.

Signed-off-by: Leo Yan <leo.yan@linaro.org>
2021-06-03 09:39:32 -05:00
..
2021-06-03 09:39:32 -05:00
2021-04-23 23:00:55 +02:00
2018-04-20 11:22:46 -05:00
2018-04-20 11:22:46 -05:00
2018-04-20 11:22:46 -05:00
2018-04-20 11:22:46 -05:00
2018-02-19 16:45:10 +01:00
2017-07-10 14:23:53 +02:00
2016-07-04 17:40:25 +02:00
2015-07-02 15:42:26 -05:00
2021-04-23 23:00:55 +02:00