From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14613 invoked by alias); 21 Jul 2010 14:12:48 -0000 Received: (qmail 14598 invoked by uid 9699); 21 Jul 2010 14:12:48 -0000 Date: Wed, 21 Jul 2010 14:12:00 -0000 Message-ID: <20100721141248.14596.qmail@sourceware.org> From: mornfall@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/test t-pvcreate-operation-md.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: 2010-07/txt/msg00082.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: mornfall@sourceware.org 2010-07-21 14:12:48 Modified files: test : t-pvcreate-operation-md.sh Log message: Don't fail t-pvcreate-operation-md if mdadm is broken. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/t-pvcreate-operation-md.sh.diff?cvsroot=lvm2&r1=1.6&r2=1.7 --- LVM2/test/t-pvcreate-operation-md.sh 2010/05/24 15:28:45 1.6 +++ LVM2/test/t-pvcreate-operation-md.sh 2010/07/21 14:12:47 1.7 @@ -35,7 +35,7 @@ # sleeps offer hack to defeat: 'md: md127 still in use' # see: https://bugzilla.redhat.com/show_bug.cgi?id=509908#c25 sleep 2 - mdadm --stop $mddev + mdadm --stop $mddev || true if [ -b "$mddev" ]; then # mdadm doesn't always cleanup the device node sleep 2