From: fsgqa Date: Mon, 2 Sep 2002 03:45:25 +0000 (+0000) Subject: really fix so this can still function when MKFS_OPTIONS include v2 logs. X-Git-Tag: v1.1.0~1058 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3b926fda5ef7e0ead465036426bceac1a8b1e0bf;p=xfstests-dev.git really fix so this can still function when MKFS_OPTIONS include v2 logs. still just a workaround, real fix for v2 logs is much more involved. --- diff --git a/044 b/044 index 36f8ae94..5ab547ac 100755 --- a/044 +++ b/044 @@ -125,10 +125,12 @@ _require_scratch echo -e -n "\n\r*** XFS QA 044 - expect mount failure messages\n\r\n\r" >/dev/console echo "*** mkfs" + lversion=1 lsize=16777216 ldev=$SCRATCH_LOGDEV -logopts="-llogdev=$ldev,size=$lsize,version=$lversion" +MKFS_OPTIONS="-llogdev=$ldev,size=$lsize,version=$lversion"; export MKFS_OPTIONS + mkfs_xfs $logopts $SCRATCH_DEV | _filter_mkfs 2>/dev/null _check_mount _check_require_logdev