From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31475 invoked by alias); 24 Apr 2012 12:17:52 -0000 Received: (qmail 31451 invoked by uid 9737); 24 Apr 2012 12:17:50 -0000 Date: Tue, 24 Apr 2012 12:17:00 -0000 Message-ID: <20120424121750.31449.qmail@sourceware.org> From: zkabelac@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/test/shell lvresize-rounding.sh Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2012-04/txt/msg00029.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: zkabelac@sourceware.org 2012-04-24 12:17:49 Modified files: test/shell : lvresize-rounding.sh Log message: Expect failure if the reduction doesn't really happen Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/shell/lvresize-rounding.sh.diff?cvsroot=lvm2&r1=1.3&r2=1.4 --- LVM2/test/shell/lvresize-rounding.sh 2012/04/11 12:53:46 1.3 +++ LVM2/test/shell/lvresize-rounding.sh 2012/04/24 12:17:49 1.4 @@ -83,7 +83,7 @@ lvextend -l90%VG $vg/lv check vg_field $vg vg_free_count 0 -lvreduce -f -l-10%LV $vg/lv +not lvreduce -f -l-10%LV $vg/lv check vg_field $vg vg_free_count 0 lvreduce -f -l-20%LV $vg/lv