From: mbroz@sourceware.org <mbroz@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2/test t-pvcreate-usage.sh
Date: 6 Mar 2011 18:28:09 -0000 [thread overview]
Message-ID: <20110306182809.27045.qmail@sourceware.org> (raw)
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: mbroz at sourceware.org 2011-03-06 18:28:09
Modified files:
test : t-pvcreate-usage.sh
Log message:
Fix test for 8k page (fails on Sparc architecture).
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/t-pvcreate-usage.sh.diff?cvsroot=lvm2&r1=1.19&r2=1.20
--- LVM2/test/t-pvcreate-usage.sh 2011/02/25 14:12:14 1.19
+++ LVM2/test/t-pvcreate-usage.sh 2011/03/06 18:28:09 1.20
@@ -106,9 +106,10 @@
check pv_field $dev1 pe_start 200.00k
# metadata area start is aligned according to pagesize
-# pagesize should be 64k or 4k ...
if [ $PAGESIZE -eq 65536 ] ; then
pv_align="192.50k"
+elif [ $PAGESIZE -eq 8192 ] ; then
+ pv_align="136.50k"
else
pv_align="133.00k"
fi
next reply other threads:[~2011-03-06 18:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-06 18:28 mbroz [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-02-21 12:37 LVM2/test t-pvcreate-usage.sh prajnoha
2010-06-30 12:17 wysochanski
2009-02-22 19:32 mbroz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110306182809.27045.qmail@sourceware.org \
--to=mbroz@sourceware.org \
--cc=lvm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.