]> sourceware.org Git - lvm2.git/commitdiff
tests: fix improper merge within last update 1226526725
authorZdenek Kabelac <zkabelac@redhat.com>
Mon, 25 Mar 2024 14:01:48 +0000 (15:01 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Mon, 25 Mar 2024 14:01:48 +0000 (15:01 +0100)
test/shell/lvresize-raid10.sh

index 1dd66b7de0cfb85cfc9b606495541548cf10ba9e..cc014564cae1c8913444bdda733f3a0c7d2eea17 100644 (file)
@@ -31,8 +31,8 @@ for deactivate in true false; do
 
        # Reduce RAID10 (2-stripes, 2-mirror)
        NOT_RESIZE=
-       have_raid 1 9 0 || NOT_RESIZE=not  # missing shrink support
-       $NOT lvresize --fs ignore -y -l -2 $vg/$lv1
+       aux have_raid 1 9 0 || NOT_RESIZE=not  # missing shrink support
+       $NOT_RESIZE lvresize --fs ignore -y -l -2 $vg/$lv1
 
        #check raid_images_contiguous $vg $lv1
 
This page took 0.042523 seconds and 5 git commands to generate.