1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/test/shell
Jonathan Brassow 9e8dec2f38 testsuite: Fix problem when checking RAID4/5/6 for mismatches.
The lvchange-raid[456].sh test checks that mismatches can be detected
properly.  It does this by writing garbage to the back half of one of
the legs directly.  When performing a "check" or "repair" of mismatches,
MD does a good job going directly to disk and bypassing any buffers that
may prevent it from seeing mismatches.  However, in the case of RAID4/5/6
we have the stripe cache to contend with and this is not bypassed.  Thus,
mismatches which have /just/ happened to an area that now populates the
stripe cache may be overlooked.  This isn't a serious issue, however,
because the stripe cache is short-lived and reasonably small.  So, while
there may be a small window of time between the disk changing underneath
the RAID array and when you run a "check"/"repair" - causing a mismatch
to be missed - that would be no worse than if a user had simply run a
"check" a few seconds before the disk changed.  IOW, it simply isn't worth
making a fuss over dropping the stripe cache before beginning a "check" or
"repair" (which we actually did attempt to do a while back).

So, to get the test running smoothly, we simply deactivate and reactivate
the LV to force the stripe cache to be dropped and then proceed.  We could
just as easily wait a few seconds for the stripe cache to empty also.
2017-11-02 09:49:35 -05:00
..
000-basic.sh tests: replace cat usage 2017-07-10 14:23:53 +02: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: replace egrep 2017-07-10 14:23:53 +02:00
activate-missing-segment.sh tests: use bash 2017-07-10 14:23:53 +02:00
activate-missing.sh tests: use bash 2017-07-10 14:23:53 +02:00
activate-partial.sh tests: use bash 2017-07-10 14:23:53 +02:00
activation-skip.sh tests: use bash 2017-07-10 14:23:53 +02:00
backup-read-only.sh tests: use bash 2017-07-10 14:23:53 +02:00
cache-metadata2.sh tests: use bash 2017-07-10 14:23:53 +02:00
clvmd-restart.sh tests: use read -r 2017-07-10 14:23:53 +02:00
covercmd.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
discards-thin.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
dmeventd-restart.sh tests: use bash 2017-07-10 14:23:53 +02:00
dmsetup-keyring.sh tests: use bash 2017-07-10 14:23:53 +02:00
dmstats-create.sh tests: use bash 2017-07-10 14:23:53 +02:00
dmstats-report.sh tests: use bash 2017-07-10 14:23:53 +02:00
dumpconfig.sh tests: replace legacy code 2017-07-10 14:23:53 +02:00
error-usage.sh tests: use bash 2017-07-10 14:23:53 +02:00
format-lvm1.sh tests: use bash 2017-07-10 14:23:53 +02:00
fsadm-crypt.sh tests: load reiserfs 2017-10-30 14:39:16 +01:00
fsadm-renamed.sh tests: avoid masking return values 2017-07-10 14:23:53 +02:00
fsadm.sh tests: load reiserfs 2017-10-30 14:39:16 +01:00
inconsistent-metadata.sh tests: bounds still more vars 2017-07-12 01:37:29 +02:00
listings.sh tests: use bash 2017-07-10 14:23:53 +02:00
lock-blocking.sh tests: use bash 2017-07-10 14:23:53 +02:00
lock-parallel.sh tests: use bash 2017-07-10 14:23:53 +02:00
losetup-partscan.sh tests: use bash 2017-07-10 14:23:53 +02:00
lv-ancestry.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
lvchange-cache-mode.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvchange-cache-old.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvchange-cache-syncaction-raid.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvchange-cache.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvchange-mirror.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvchange-partial-raid10.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvchange-partial.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvchange-raid1-writemostly.sh tests: replace cat usage 2017-07-10 14:23:53 +02: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: fix array usage 2017-07-10 14:23:53 +02:00
lvchange-raid.sh testsuite: Fix problem when checking RAID4/5/6 for mismatches. 2017-11-02 09:49:35 -05:00
lvchange-rebuild-raid.sh tests: avoid unbound shell var usage 2017-07-11 16:26:12 +02:00
lvchange-syncaction-raid.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvchange-thin.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvconvert-cache-abort.sh tests: skip test for non dirty cache 2017-07-14 00:42:40 +02:00
lvconvert-cache-chunks.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvconvert-cache-raid.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvconvert-cache-smq.sh tests: use bash 2017-07-10 14:23:53 +02: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 lvconvert with /dev in vglvname 2017-10-24 16:16:08 +02: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: improve test logic 2017-07-11 16:26:12 +02:00
lvconvert-mirror-updown.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
lvconvert-mirror.sh tests: fix caller of mirror_images_on 2017-07-10 14:23:53 +02:00
lvconvert-raid10.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
lvconvert-raid456.sh tests: replace legacy code 2017-07-10 14:23:53 +02:00
lvconvert-raid-allocation.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
lvconvert-raid-regionsize.sh tests: double quote 2017-07-11 16:26:12 +02:00
lvconvert-raid-reshape-linear_to_striped.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvconvert-raid-reshape-striped_to_linear.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvconvert-raid-reshape.sh test: "Disable" lvconvert-raid-reshape 2017-10-12 10:55:02 +02:00
lvconvert-raid-status-validation.sh testsuite: Add and document a 'should' for "idle" -> "recover" RAID test 2017-11-02 08:53:48 -05:00
lvconvert-raid-takeover-alloc-failure.sh tests: replace legacy code 2017-07-10 14:23:53 +02:00
lvconvert-raid-takeover-thin.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvconvert-raid-takeover.sh tests: bound variables 2017-07-13 21:11:16 +02:00
lvconvert-raid.sh tests: fix array usage 2017-07-10 14:23:53 +02:00
lvconvert-repair-cache.sh tests: repair of cachepool 2017-09-20 15:14:16 +02:00
lvconvert-repair-dmeventd.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvconvert-repair-mirror.sh tests: assign path 2017-07-10 14:23:53 +02:00
lvconvert-repair-policy.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvconvert-repair-raid-dmeventd.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvconvert-repair-raid.sh tests: use get_devs 2017-07-15 00:13:33 +02:00
lvconvert-repair-replace.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvconvert-repair-snapshot.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvconvert-repair-thin-raid.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvconvert-repair-thin.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvconvert-repair-transient-dmeventd.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvconvert-repair-transient.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvconvert-repair.sh tests: replace cat usage 2017-07-10 14:23:53 +02: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: replace cat usage 2017-07-10 14:23:53 +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: use bash 2017-07-10 14:23:53 +02:00
lvconvert-thin.sh tests: update checked message 2017-08-02 00:04:35 +02:00
lvconvert-twostep.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvcreate-cache-fail.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvcreate-cache-raid.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvcreate-cache-snapshot.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvcreate-cache.sh tests: use bash 2017-07-10 14:23:53 +02: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: replace cat usage 2017-07-10 14:23:53 +02:00
lvcreate-large.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvcreate-mirror.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvcreate-missing.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvcreate-operation.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
lvcreate-pvtags.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
lvcreate-raid10.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvcreate-raid-nosync.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvcreate-raid.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
lvcreate-repair.sh tests: replace egrep 2017-07-10 14:23:53 +02:00
lvcreate-signature-wiping.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvcreate-small-snap.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
lvcreate-striped-mirror.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvcreate-thin-big.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
lvcreate-thin-cache.sh tests: check stacked cache dataLV of thin-pool 2017-10-23 12:01:16 +02:00
lvcreate-thin-external-size.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
lvcreate-thin-external.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
lvcreate-thin-power2.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
lvcreate-thin-snap.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
lvcreate-thin.sh tests: correcting usage of $@ 2017-07-10 14:23:53 +02:00
lvcreate-usage.sh tests: extend lvcreate size validation 2017-07-17 12:33:42 +02:00
lvextend-percent-extents.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
lvextend-snapshot-dmeventd.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvextend-snapshot-policy.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvextend-thin-cache.sh tests: check stacked cache dataLV of thin-pool 2017-10-23 12:01:16 +02:00
lvextend-thin-data-dmeventd.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
lvextend-thin-full.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvextend-thin-metadata-dmeventd.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
lvextend-thin-raid.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvextend-thin.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvm1-basic.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvm-init.sh tests: use bash 2017-07-10 14:23:53 +02: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: use bash 2017-07-10 14:23:53 +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: replace cat usage 2017-07-10 14:23:53 +02:00
lvmetad-pvscan-autoactivation-polling.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvmetad-pvscan-cache.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvmetad-pvscan-filter.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvmetad-pvscan-md.sh tests: use bash 2017-07-10 14:23:53 +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: drop unneeded ; 2017-07-10 14:23:53 +02:00
lvmlockd-lv-types.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvrename-cache-thin.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvresize-full.sh tests: avoid masking return values 2017-07-10 14:23:53 +02:00
lvresize-mirror.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvresize-raid10.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvresize-raid.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
lvresize-rounding.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
lvresize-thin-external-origin.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvresize-thin-metadata.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvresize-usage.sh tests: use bash 2017-07-10 14:23:53 +02:00
lvs-cache.sh tests: use bash 2017-07-10 14:23:53 +02:00
mda-rollback.sh tests: use bash 2017-07-10 14:23:53 +02:00
mdata-strings.sh tests: use bash 2017-07-10 14:23:53 +02:00
metadata-balance.sh tests: revert commit change 2017-10-30 17:27:29 +01:00
metadata-dirs.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
metadata.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
mirror-names.sh tests: use bash array 2017-07-10 14:23:53 +02:00
mirror-vgreduce-removemissing.sh tests: more exact test 2017-07-12 01:21:44 +02:00
name-mangling.sh tests: use well defined test 2017-07-10 14:23:53 +02:00
nomda-missing.sh tests: use bash 2017-07-10 14:23:53 +02:00
nomda-restoremissing.sh tests: use bash 2017-07-10 14:23:53 +02:00
orphan-ondisk.sh tests: use bash 2017-07-10 14:23:53 +02:00
pool-labels.sh tests: use bash 2017-07-10 14:23:53 +02:00
process-each-duplicate-pvs.sh tests: use bash 2017-07-10 14:23:53 +02:00
process-each-duplicate-vgnames.sh tests: use bash 2017-07-10 14:23:53 +02:00
process-each-lv.sh tests: drop type 2017-07-12 01:21:44 +02:00
process-each-pv-nomda-all.sh tests: use bash 2017-07-10 14:23:53 +02:00
process-each-pv-nomda.sh tests: use bash 2017-07-10 14:23:53 +02:00
process-each-pv.sh tests: use bash 2017-07-10 14:23:53 +02:00
process-each-pvresize.sh tests: use bash 2017-07-10 14:23:53 +02:00
process-each-vg.sh tests: use bash 2017-07-10 14:23:53 +02:00
process-each-vgreduce.sh tests: use bash 2017-07-10 14:23:53 +02:00
profiles-cache.sh tests: replace egrep 2017-07-10 14:23:53 +02:00
profiles-thin.sh tests: avoid unbound shell var usage 2017-07-11 16:26:12 +02:00
profiles.sh tests: add space to split words 2017-07-10 14:23:53 +02:00
pv-check-dev-size.sh tests: use bash 2017-07-10 14:23:53 +02:00
pv-duplicate-uuid.sh tests: drop wc -l when grep -c works 2017-07-10 14:23:53 +02:00
pv-duplicate.sh tests: use bash 2017-07-10 14:23:53 +02:00
pv-ext-flags.sh tests: correct typo 2017-07-11 16:26:12 +02:00
pv-ext-update.sh tests: use bash 2017-07-10 14:23:53 +02:00
pv-min-size.sh tests: use bash 2017-07-10 14:23:53 +02:00
pv-range-overflow.sh tests: use bash 2017-07-10 14:23:53 +02:00
pvchange-usage.sh tests: use bash 2017-07-10 14:23:53 +02:00
pvcreate-bootloaderarea.sh test: pvcreate-bootloaderarea: pvcreate --restorefile --bootloaderarea not supported anymore 2017-08-15 14:15:50 +02:00
pvcreate-ff.sh tests: use bash 2017-07-10 14:23:53 +02:00
pvcreate-metadata0.sh tests: use bash 2017-07-10 14:23:53 +02:00
pvcreate-operation-md.sh tests: math drop uncessary $/${} 2017-07-10 14:23:53 +02:00
pvcreate-operation.sh pvcreate: fix check for 2nd mda at end of disk fits if using pvcreate --restorefile 2017-08-15 13:40:25 +02:00
pvcreate-restore.sh tests: use bash 2017-07-10 14:23:53 +02:00
pvcreate-usage.sh tests: math drop uncessary $/${} 2017-07-10 14:23:53 +02:00
pvmove-abort-all.sh tests: use bash 2017-07-10 14:23:53 +02:00
pvmove-abort.sh tests: replace egrep 2017-07-10 14:23:53 +02:00
pvmove-all-segtypes.sh tests: use bash 2017-07-10 14:23:53 +02:00
pvmove-background.sh tests: use bash 2017-07-10 14:23:53 +02:00
pvmove-basic.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
pvmove-cache-segtypes.sh tests: use bash 2017-07-10 14:23:53 +02:00
pvmove-raid-segtypes.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
pvmove-restart.sh tests: math drop uncessary $/${} 2017-07-10 14:23:53 +02: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: replace cat usage 2017-07-10 14:23:53 +02:00
pvremove-thin.sh tests: use bash 2017-07-10 14:23:53 +02:00
pvremove-usage.sh tests: use bash 2017-07-10 14:23:53 +02:00
pvremove-warnings.sh tests: use bash 2017-07-10 14:23:53 +02:00
pvresize-mdas.sh tests: use bash 2017-07-10 14:23:53 +02:00
read-ahead.sh tests: math drop uncessary $/${} 2017-07-10 14:23:53 +02:00
relative-sign-options.sh tests: use bash 2017-07-10 14:23:53 +02:00
report-fields.sh tests: use bash 2017-07-10 14:23:53 +02:00
report-hidden.sh tests: use bash 2017-07-10 14:23:53 +02:00
select-report.sh tests: mixes string and array 2017-07-10 14:23:53 +02:00
select-tools-thin.sh tests: use bash 2017-07-10 14:23:53 +02:00
select-tools.sh tests: fix quoting 2017-07-10 14:23:53 +02:00
snapshot-autoumount-dmeventd.sh tests: avoid unbound shell var usage 2017-07-11 16:26:12 +02:00
snapshot-cluster.sh tests: use bash 2017-07-10 14:23:53 +02:00
snapshot-lvm1.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
snapshot-maxsize.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
snapshot-merge-stack.sh tests: wait for udev to minize race windows 2017-07-13 21:11:16 +02:00
snapshot-merge.sh tests: use bash 2017-07-10 14:23:53 +02:00
snapshot-reactivate.sh tests: use bash 2017-07-10 14:23:53 +02:00
snapshot-remove-dmsetup.sh tests: use bash 2017-07-10 14:23:53 +02:00
snapshot-rename.sh tests: use bash 2017-07-10 14:23:53 +02:00
snapshot-usage-exa.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
snapshot-usage.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
snapshots-of-mirrors.sh tests: avoid unbound shell var usage 2017-07-11 16:26:12 +02:00
stray-device-node.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
system_id.sh tests: simplify and doublequote 2017-07-10 14:23:53 +02:00
tags.sh tests: use bash 2017-07-10 14:23:53 +02:00
test-partition.sh tests: use bash 2017-07-10 14:23:53 +02:00
thin-autoumount-dmeventd.sh tests: use bash 2017-07-10 14:23:53 +02:00
thin-defaults.sh tests: use bash 2017-07-10 14:23:53 +02:00
thin-dmeventd-warns.sh tests: drop wc -l when grep -c works 2017-07-10 14:23:53 +02:00
thin-flags.sh tests: use bash 2017-07-10 14:23:53 +02:00
thin-foreign-dmeventd.sh tests: use bash 2017-07-10 14:23:53 +02:00
thin-large.sh tests: use bash 2017-07-10 14:23:53 +02:00
thin-merge.sh thin: fix merging messages 2017-10-30 11:53:39 +01:00
thin-overprovisioning.sh tests: use bash 2017-07-10 14:23:53 +02:00
thin-resize-match.sh tests: drop unneeded echo 2017-07-10 14:23:53 +02:00
thin-restore.sh tests: use bash 2017-07-10 14:23:53 +02:00
thin-vglock.sh tests: use bash 2017-07-10 14:23:53 +02:00
thin-volume-list.sh tests: use bash 2017-07-10 14:23:53 +02:00
topology-support.sh tests: avoid unbound shell var usage 2017-07-11 16:26:12 +02:00
unknown-segment.sh tests: replace egrep 2017-07-10 14:23:53 +02:00
unlost-pv.sh tests: avoid unbound shell var usage 2017-07-11 16:26:12 +02:00
vg-check-devs-used.sh tests: use bash 2017-07-10 14:23:53 +02:00
vg-name-from-env.sh tests: use bash 2017-07-10 14:23:53 +02:00
vgcfgbackup-lvm1.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
vgcfgbackup-usage.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
vgchange-many.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
vgchange-maxlv.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
vgchange-partial.sh tests: use bash 2017-07-10 14:23:53 +02:00
vgchange-sysinit.sh tests: use bash 2017-07-10 14:23:53 +02:00
vgchange-usage.sh tests: use bash 2017-07-10 14:23:53 +02:00
vgck.sh tests: use bash 2017-07-10 14:23:53 +02:00
vgcreate-many-pvs.sh tests: use bash 2017-07-10 14:23:53 +02:00
vgcreate-usage.sh tests: use bash 2017-07-10 14:23:53 +02:00
vgextend-restoremissing.sh tests: replace egrep 2017-07-10 14:23:53 +02:00
vgextend-usage.sh tests: math drop uncessary $/${} 2017-07-10 14:23:53 +02:00
vgimportclone.sh tests: use bash 2017-07-10 14:23:53 +02: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: use bash 2017-07-10 14:23:53 +02:00
vgreduce-usage.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
vgremove-corrupt-vg.sh tests: use bash 2017-07-10 14:23:53 +02: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: use bash 2017-07-10 14:23:53 +02:00
vgsplit-thin.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
vgsplit-usage.sh tests: replace cat usage 2017-07-10 14:23:53 +02:00
zero-usage.sh tests: update seg_size_pe 2016-12-12 11:51:50 +01: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