From: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
To: ltp@lists.linux.it
Subject: [LTP] du01 with btrfs on systems with > 4k page size
Date: Wed, 9 Nov 2016 18:29:22 +0300 [thread overview]
Message-ID: <582340D2.6070502@oracle.com> (raw)
Hi!
On SPARC the default page size is 8k.
And du01 fails with btrfs at check3:
du01 3 TFAIL : 'du -a' failed
du01 4 TINFO : Looking for '[0-4][[:space:]]\.\/testdir\/testsymlink' in:
10240 ./testfile
8 ./testdir/testsymlink
8 ./testdir
10248 .
du01 4 TFAIL : 'du --all' failed
du01 5 TINFO : Looking for '[0-4][[:space:]]\.\/testdir\/testsymlink' in:
10240 ./testfile
8 ./testdir/testsymlink
8 ./testdir
10248 .
i.e. the testsymlink is 8k whereas at most 4k is expected by the test case.
In commit bdd09b1c6f2c8ad ("du01.sh: Fix failures on Btrfs on ppc64le")
a similar situation was fixed, but for check5 and check6. I'm curious
why check3 doesn't fail on ppc64. It seems it should fail with the
current code.
Could, please, anybody with access to a ppc64 box run this test case
with btrfs and/or provide the output from commands:
[root@skholman-m7 du]# cd /mnt
[root@skholman-m7 mnt]# mkdir basedir
[root@skholman-m7 mnt]# cd basedir/
[root@skholman-m7 basedir]# dd if=/dev/zero of=testfile bs=1M count=10
10+0 records in
10+0 records out
10485760 bytes (10 MB) copied, 0.00825522 s, 1.3 GB/s
[root@skholman-m7 basedir]# mkdir -p testdir
[root@skholman-m7 basedir]# ln -s ../testfile testdir/testsymlink
[root@skholman-m7 basedir]# du -a
10240 ./testfile
8 ./testdir/testsymlink
8 ./testdir
10248 .
[root@skholman-m7 basedir]#
?
Thanks.
next reply other threads:[~2016-11-09 15:29 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-09 15:29 Stanislav Kholmanskikh [this message]
2016-11-09 16:18 ` [LTP] du01 with btrfs on systems with > 4k page size Cyril Hrubis
2016-11-10 14:39 ` Stanislav Kholmanskikh
2016-11-10 15:12 ` Cyril Hrubis
2016-11-16 15:39 ` [LTP] [PATCH 1/2] du01.sh: start matching at the beginning of a line Stanislav Kholmanskikh
2016-11-16 15:39 ` [LTP] [PATCH 2/2] du01.sh: BTRFS fix for the symlink Stanislav Kholmanskikh
2016-11-21 12:40 ` Cyril Hrubis
2016-11-21 14:07 ` Stanislav Kholmanskikh
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=582340D2.6070502@oracle.com \
--to=stanislav.kholmanskikh@oracle.com \
--cc=ltp@lists.linux.it \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox