1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/test/shell
David Teigland 3fd75d1bcd scan: use full md filter when md 1.0 devices are present
The md filter can operate in two native modes:
- normal: reads only the start of each device
- full: reads both the start and end of each device

md 1.0 devices place the superblock at the end of the device,
so components of this version will only be identified and
excluded when lvm uses the full md filter.

Previously, the full md filter was only used in commands
that could write to the device.  Now, the full md filter
is also applied when there is an md 1.0 device present
on the system.  This means the 'pvs' command can avoid
displaying md 1.0 components (at the cost of doubling
the i/o to every device on the system.)

(The md filter can operate in a third mode, using udev,
but this is disabled by default because there have been
problems with reliability of the info returned from udev.)
2018-06-15 12:21:25 -05:00
..
000-basic.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
aa-lvmlockd-dlm-prepare.sh tests: drop extra sourcing of utils 2017-07-10 14:23:53 +02:00
aa-lvmlockd-sanlock-prepare.sh tests: replace legacy code 2017-07-10 14:23:53 +02:00
activate-minor.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
activate-missing-segment.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
activate-missing.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
activate-partial.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
activation-skip.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
backup-read-only.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
cache-metadata2.sh tests: check proper support of fmt2 with cleaner policy 2018-06-08 14:37:31 +02:00
clvmd-restart.sh tests: use read -r 2017-07-10 14:23:53 +02:00
component-cache.sh tests: enable lvcreate cache tests with lvmlockd 2018-05-30 15:56:08 -05:00
component-mirror.sh tests: component activation 2018-03-06 15:42:49 +01:00
component-raid.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
component-thin.sh tests: enable non-working tests with lvmlockd 2018-05-31 16:18:53 -05:00
covercmd.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
discards-thin.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
dmeventd-restart.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
dmsetup-integrity-keys.sh test: check dmsetup hides integrity encryption keys 2017-11-10 15:23:07 +01:00
dmsetup-keyring.sh tests: use bash 2017-07-10 14:23:53 +02:00
dmstats-create.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
dmstats-report.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
dumpconfig.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
error-usage.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
fsadm-crypt.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
fsadm-renamed.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
fsadm.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
inconsistent-metadata.sh tests: enable vg repair tests with lvmlockd 2018-05-30 12:57:46 -05:00
listings.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lock-blocking.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lock-parallel.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
losetup-partscan.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lv-ancestry.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvchange-cache-mode.sh tests: enable lvcreate cache tests with lvmlockd 2018-05-30 15:56:08 -05:00
lvchange-cache-old.sh tests: change lvcreate syntax to allow lvmlockd 2018-05-30 16:40:03 -05:00
lvchange-cache-syncaction-raid.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvchange-cache.sh tests: enable lvcreate cache tests with lvmlockd 2018-05-30 15:56:08 -05:00
lvchange-mirror.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvchange-partial-raid10.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvchange-partial.sh tests: enable vg repair tests with lvmlockd 2018-05-30 12:57:46 -05:00
lvchange-raid1-writemostly.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvchange-raid10.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvchange-raid456.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvchange-raid-transient-failures.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvchange-raid.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvchange-rebuild-raid.sh test: add convcenience conversion tests linear <-> striped 2018-06-05 16:23:18 +02:00
lvchange-syncaction-raid.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvchange-thin.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvconvert-cache-abort.sh tests: enable lvcreate cache tests with lvmlockd 2018-05-30 15:56:08 -05:00
lvconvert-cache-chunks.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvconvert-cache-raid.sh tests: change lvcreate syntax to allow lvmlockd 2018-05-30 16:40:03 -05:00
lvconvert-cache-smq.sh tests: enable lvcreate cache tests with lvmlockd 2018-05-30 15:56:08 -05:00
lvconvert-cache-snapshot.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvconvert-cache-thin.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvconvert-cache.sh tests: check proper support of fmt2 with cleaner policy 2018-06-08 14:37:31 +02:00
lvconvert-m-raid1-degraded.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvconvert-mirror-basic-0.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvconvert-mirror-basic-1.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvconvert-mirror-basic-2.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvconvert-mirror-basic-3.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvconvert-mirror-basic.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvconvert-mirror-updown.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvconvert-mirror.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvconvert-raid0_to_raid10.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvconvert-raid5_to_raid10.sh tests: enable non-working tests with lvmlockd 2018-05-31 16:18:53 -05:00
lvconvert-raid10.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvconvert-raid456.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvconvert-raid-allocation.sh tests: enable non-working tests with lvmlockd 2018-05-31 16:18:53 -05:00
lvconvert-raid-regionsize.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvconvert-raid-reshape-linear_to_raid6-single-type.sh test: add convcenience conversion tests linear <-> striped 2018-06-05 16:23:18 +02:00
lvconvert-raid-reshape-linear_to_striped-single-type.sh test: add convcenience conversion tests linear <-> striped 2018-06-05 16:23:18 +02:00
lvconvert-raid-reshape-linear_to_striped.sh test: add convcenience conversion tests linear <-> striped 2018-06-05 16:23:18 +02:00
lvconvert-raid-reshape-load.sh tests: enable non-working tests with lvmlockd 2018-05-31 16:18:53 -05:00
lvconvert-raid-reshape-striped_to_linear-single-type.sh test: add convcenience conversion tests linear <-> striped 2018-06-05 16:23:18 +02:00
lvconvert-raid-reshape-striped_to_linear.sh test: add convcenience conversion tests linear <-> striped 2018-06-05 16:23:18 +02:00
lvconvert-raid-reshape-stripes-load-fail.sh test: add convcenience conversion tests linear <-> striped 2018-06-05 16:23:18 +02:00
lvconvert-raid-reshape-stripes-load-reload.sh tests: enable non-working tests with lvmlockd 2018-05-31 16:18:53 -05:00
lvconvert-raid-reshape-stripes-load.sh tests: enable non-working tests with lvmlockd 2018-05-31 16:18:53 -05:00
lvconvert-raid-reshape.sh tests: enable non-working tests with lvmlockd 2018-05-31 16:18:53 -05:00
lvconvert-raid-restripe-linear.sh test: add convcenience conversion tests linear <-> striped 2018-06-05 16:23:18 +02:00
lvconvert-raid-status-validation.sh tests: enable non-working tests with lvmlockd 2018-05-31 16:18:53 -05:00
lvconvert-raid-takeover-alloc-failure.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvconvert-raid-takeover-thin.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvconvert-raid-takeover.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvconvert-raid.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvconvert-repair-cache.sh tests: enable more working tests with lvmlockd 2018-05-31 16:13:58 -05:00
lvconvert-repair-dmeventd.sh tests: enable vg repair tests with lvmlockd 2018-05-30 12:57:46 -05:00
lvconvert-repair-mirror.sh tests: enable vg repair tests with lvmlockd 2018-05-30 12:57:46 -05:00
lvconvert-repair-policy.sh tests: enable vg repair tests with lvmlockd 2018-05-30 12:57:46 -05:00
lvconvert-repair-raid-dmeventd.sh tests: enable vg repair tests with lvmlockd 2018-05-30 12:57:46 -05:00
lvconvert-repair-raid.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvconvert-repair-replace.sh tests: enable vg repair tests with lvmlockd 2018-05-30 12:57:46 -05:00
lvconvert-repair-snapshot.sh tests: enable vg repair tests with lvmlockd 2018-05-30 12:57:46 -05:00
lvconvert-repair-thin-raid.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvconvert-repair-thin.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvconvert-repair-transient-dmeventd.sh tests: enable vg repair tests with lvmlockd 2018-05-30 12:57:46 -05:00
lvconvert-repair-transient.sh tests: enable vg repair tests with lvmlockd 2018-05-30 12:57:46 -05:00
lvconvert-repair.sh tests: lvconvert-repair remove cluster test 2018-06-12 11:35:45 -05:00
lvconvert-snapshot-cache.sh tests: update checked messages 2017-10-27 17:07:42 +02:00
lvconvert-snapshot-mirror.sh tests: update checked messages 2017-10-27 17:07:42 +02:00
lvconvert-snapshot-raid.sh tests: update checked messages 2017-10-27 17:07:42 +02:00
lvconvert-snapshot-thin.sh tests: update checked messages 2017-10-27 17:07:42 +02:00
lvconvert-snapshot.sh tests: happy using of 4K backend devices 2018-05-12 17:48:31 +02:00
lvconvert-thin-external-cache.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvconvert-thin-external.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
lvconvert-thin-raid.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvconvert-thin.sh tests: update checked message 2017-08-02 00:04:35 +02:00
lvconvert-twostep.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvcreate-cache-fail.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvcreate-cache-no-tools.sh tests: enable lvmlockd with tests using lvcreate -H -L LV 2018-05-31 14:49:16 -05:00
lvcreate-cache-raid.sh tests: enable lvmlockd with tests using lvcreate -H -L LV 2018-05-31 14:49:16 -05:00
lvcreate-cache-snapshot.sh tests: change lvcreate syntax to allow lvmlockd 2018-05-30 16:40:03 -05:00
lvcreate-cache.sh tests: enable lvmlockd with tests using lvcreate -H -L LV 2018-05-31 14:49:16 -05:00
lvcreate-external-dmeventd.sh tests: check external origin is monitored 2017-10-16 15:47:46 +02:00
lvcreate-large-raid10.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvcreate-large-raid.sh tests: enable non-working tests with lvmlockd 2018-05-31 16:18:53 -05:00
lvcreate-large.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvcreate-mirror.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvcreate-missing.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvcreate-operation.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvcreate-pvtags.sh tests: enable lvcreate-pvtags with lvmlockd 2018-05-31 15:37:25 -05:00
lvcreate-raid10.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvcreate-raid-nosync.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvcreate-raid-volume_list.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvcreate-raid.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvcreate-repair.sh tests: enable more working tests with lvmlockd 2018-05-31 16:13:58 -05:00
lvcreate-signature-wiping.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvcreate-small-snap.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvcreate-striped-mirror.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvcreate-thin-big.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvcreate-thin-cache.sh tests: enable lvmlockd with tests using lvcreate -H -L LV 2018-05-31 14:49:16 -05:00
lvcreate-thin-external-size.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvcreate-thin-external.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvcreate-thin-power2.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvcreate-thin-snap.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvcreate-thin.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvcreate-usage.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvextend-percent-extents.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvextend-snapshot-dmeventd.sh tests: enable more working tests with lvmlockd 2018-05-31 16:13:58 -05:00
lvextend-snapshot-policy.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvextend-thin-cache.sh tests: enable lvmlockd with tests using lvcreate -H -L LV 2018-05-31 14:49:16 -05:00
lvextend-thin-data-dmeventd.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvextend-thin-full.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvextend-thin-metadata-dmeventd.sh cleanup: fix grammar in output - less then -> less than 2018-05-17 10:37:45 +02:00
lvextend-thin-raid.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvextend-thin.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvm-init.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvmcache-exercise.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
lvmetad-ambiguous.sh test: repeat rediscovery few times 2017-07-17 13:38:31 +02:00
lvmetad-autoshutdown.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvmetad-client-filter.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvmetad-disabled.sh tests: time limit waiting on lvmetad kill 2018-05-15 22:02:41 +02:00
lvmetad-dump.sh tests: using prepare_vg 2017-07-10 14:23:53 +02:00
lvmetad-lvscan-cache.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvmetad-no-cluster.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvmetad-override.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvmetad-pvs.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvmetad-pvscan-autoactivation-polling.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvmetad-pvscan-cache.sh tests: lvmetad-pvscan-cache expect command to fail 2018-06-12 12:44:23 -05:00
lvmetad-pvscan-filter.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvmetad-pvscan-md.sh tests: passthrough args with extend_filter_LVMTEST 2018-05-24 11:22:59 +02:00
lvmetad-pvscan-nomda-bg.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvmetad-pvscan-nomda.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvmetad-restart.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvmetad-sysinit.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvmetad-test.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvmlockd-hello-world.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvmlockd-lv-types.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvrename-cache-thin.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvresize-full.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvresize-mirror.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvresize-raid10.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvresize-raid.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvresize-rounding.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvresize-thin-external-origin.sh tests: check inactive extorig resize 2018-02-28 21:15:55 +01:00
lvresize-thin-metadata.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvresize-usage.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
lvs-cache.sh tests: enable lvmlockd with tests using lvcreate -H -L LV 2018-05-31 14:49:16 -05:00
mda-rollback.sh tests: enable vg repair tests with lvmlockd 2018-05-30 12:57:46 -05:00
mdata-strings.sh tests: enable more working tests with lvmlockd 2018-05-31 16:13:58 -05:00
metadata-balance.sh tests: enable metadata-balance with lvmlockd 2018-05-31 15:12:34 -05:00
metadata.sh tests: remove vgconvert usage 2018-06-13 14:16:28 -05:00
mirror-names.sh tests: enable non-working tests with lvmlockd 2018-05-31 16:18:53 -05:00
mirror-vgreduce-removemissing.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
name-mangling.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
nomda-missing.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
nomda-restoremissing.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
orphan-ondisk.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
pool-labels.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
process-each-duplicate-pvs.sh tests: process-each-duplicate-pvs update for lvmlockd 2018-05-30 09:25:45 -05:00
process-each-duplicate-vgnames.sh tests: use bash 2017-07-10 14:23:53 +02:00
process-each-lv.sh tests: some missed skip with lvmlockd 2018-05-30 09:25:45 -05:00
process-each-pv-nomda-all.sh tests: use bash 2017-07-10 14:23:53 +02:00
process-each-pv-nomda.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
process-each-pv.sh tests: use bash 2017-07-10 14:23:53 +02:00
process-each-pvresize.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
process-each-vg.sh tests: use bash 2017-07-10 14:23:53 +02:00
process-each-vgreduce.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
profiles-cache.sh tests: enable lvcreate cache tests with lvmlockd 2018-05-30 15:56:08 -05:00
profiles-thin.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
profiles.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
pv-check-dev-size.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
pv-duplicate-uuid.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
pv-ext-flags.sh tests: correct typo 2017-07-11 16:26:12 +02:00
pv-ext-update.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
pv-min-size.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
pv-range-overflow.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
pvchange-usage.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
pvcreate-bootloaderarea.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
pvcreate-ff.sh tests: use bash 2017-07-10 14:23:53 +02:00
pvcreate-md-fake-hdr.sh scan: use full md filter when md 1.0 devices are present 2018-06-15 12:21:25 -05:00
pvcreate-metadata0.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
pvcreate-operation-md.sh tests: enable non-working tests with lvmlockd 2018-05-31 16:18:53 -05:00
pvcreate-operation.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
pvcreate-restore.sh tests: use bash 2017-07-10 14:23:53 +02:00
pvcreate-usage.sh tests: remove vgconvert usage 2018-06-13 14:16:28 -05:00
pvmove-abort-all.sh tests: old systems do not have even throttling 2018-05-12 23:37:30 +02:00
pvmove-abort.sh tests: bigger lv 2018-06-14 22:02:01 +02:00
pvmove-all-segtypes.sh tests: update set of devices 2018-01-23 11:45:18 +01:00
pvmove-background.sh tests: use bash 2017-07-10 14:23:53 +02:00
pvmove-basic.sh tests: update 2018-02-15 13:56:35 +01:00
pvmove-cache-segtypes.sh tests: pvmove supports more cases 2017-11-15 21:00:29 +01:00
pvmove-lvs.sh tests: initial testing code for lvs while pvmove runs 2018-06-08 14:37:31 +02:00
pvmove-raid-segtypes.sh tests: properly test with clustered VG 2018-01-17 14:45:48 +01:00
pvmove-restart.sh tests: enable pvmove-restart with lvmlockd 2018-05-30 13:56:06 -05:00
pvmove-resume-1.sh tests: avoid endless loops 2017-07-18 21:17:51 +02:00
pvmove-resume-2.sh tests: avoid endless loops 2017-07-18 21:17:51 +02:00
pvmove-resume-multiseg.sh tests: replace egrep 2017-07-10 14:23:53 +02:00
pvmove-thin-segtypes.sh tests: properly test with clustered VG 2018-01-17 14:45:48 +01:00
pvremove-thin.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
pvremove-usage.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
pvremove-warnings.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
pvresize-mdas.sh tests: check pvresize with metadata size 2018-06-08 14:37:31 +02:00
read-ahead.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
relative-sign-options.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
report-fields.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
report-hidden.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
select-report.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
select-tools-thin.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
select-tools.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
snapshot-autoumount-dmeventd.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
snapshot-cluster.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
snapshot-maxsize.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
snapshot-merge-stack.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
snapshot-merge.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
snapshot-reactivate.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
snapshot-remove-dmsetup.sh tests: use bash 2017-07-10 14:23:53 +02:00
snapshot-rename.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
snapshot-usage-exa.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
snapshot-usage.sh tests: fix size of COW 2018-05-15 16:49:53 +02:00
snapshots-of-mirrors.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
stray-device-node.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
system_id.sh tests: system_id remove clustered vg test 2018-06-07 16:17:04 +01:00
tags.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
test-partition.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
thin-autoumount-dmeventd.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
thin-defaults.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
thin-dmeventd-warns.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
thin-flags.sh tests: use bash 2017-07-10 14:23:53 +02:00
thin-foreign-dmeventd.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
thin-large.sh tests: enable non-working tests with lvmlockd 2018-05-31 16:18:53 -05:00
thin-merge.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
thin-overprovisioning.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
thin-resize-match.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
thin-restore.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
thin-vglock.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
thin-volume-list.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
topology-support.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
unknown-segment.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
unlost-pv.sh tests: enable vg repair tests with lvmlockd 2018-05-30 12:57:46 -05:00
vg-check-devs-used.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
vg-name-from-env.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
vgcfgbackup-lvm1.sh tests: remove -cn option from some commands 2018-06-07 16:17:04 +01:00
vgcfgbackup-usage.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
vgchange-many.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
vgchange-maxlv.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
vgchange-partial.sh tests: remove use of vgcreate -c option 2018-06-08 10:51:07 -05:00
vgchange-sysinit.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
vgchange-usage.sh tests: remove use of vgcreate -c option 2018-06-08 10:51:07 -05:00
vgck.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
vgcreate-many-pvs.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
vgcreate-usage.sh tests: vgcreate-usage update for lvmlockd 2018-05-30 09:25:45 -05:00
vgextend-restoremissing.sh tests: enable vg repair tests with lvmlockd 2018-05-30 12:57:46 -05:00
vgextend-usage.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
vgimportclone.sh lvmlockd: fix vgimportclone of a shared VG 2018-05-30 09:25:45 -05:00
vgmerge-operation.sh tests: use bash 2017-07-10 14:23:53 +02:00
vgmerge-usage.sh tests: use bash 2017-07-10 14:23:53 +02:00
vgreduce-removemissing-snapshot.sh tests: enable vg repair tests with lvmlockd 2018-05-30 12:57:46 -05:00
vgreduce-usage.sh tests: enable vg repair tests with lvmlockd 2018-05-30 12:57:46 -05:00
vgremove-corrupt-vg.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
vgrename-usage.sh tests: use bash 2017-07-10 14:23:53 +02:00
vgsplit-operation.sh tests: assign as string 2017-07-10 14:23:53 +02:00
vgsplit-raid.sh tests: assign as string 2017-07-10 14:23:53 +02:00
vgsplit-stacked.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
vgsplit-thin.sh tests: check vgsplit thin-data and ext.origin 2018-02-27 14:37:47 +01:00
vgsplit-usage.sh tests: remove vgsplit-usage cluster test 2018-06-08 14:01:05 -05:00
zero-usage.sh tests: enable lvmlockd for passing tests 2018-05-30 09:25:45 -05:00
zz-lvmlockd-dlm-remove.sh tests: use bash 2017-07-10 14:23:53 +02:00
zz-lvmlockd-sanlock-remove.sh tests: use bash 2017-07-10 14:23:53 +02:00