Activity log for bug #1704932

Date Who What changed Old value New value Message
2017-07-18 06:29:27 bugproxy bug added bug
2017-07-18 06:29:29 bugproxy tags architecture-ppc64le bugnameltc-156738 severity-medium targetmilestone-inin1710
2017-07-18 06:29:30 bugproxy attachment added Test full log https://bugs.launchpad.net/bugs/1704932/+attachment/4916585/+files/xfs_288_full.txt
2017-07-18 06:29:31 bugproxy ubuntu: assignee Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage)
2017-07-18 06:46:58 Frank Heimes affects ubuntu xfsprogs (Ubuntu)
2017-07-18 06:47:15 Frank Heimes bug task added ubuntu-power-systems
2017-07-24 13:51:25 Andrew Cloke ubuntu-power-systems: importance Undecided Medium
2017-07-24 13:53:20 Andrew Cloke ubuntu-power-systems: assignee Canonical Foundations Team (canonical-foundations)
2017-07-24 13:53:38 Andrew Cloke tags architecture-ppc64le bugnameltc-156738 severity-medium targetmilestone-inin1710 architecture-ppc64le bugnameltc-156738 severity-medium targetmilestone-inin1710 triage-g
2017-07-26 21:54:01 Steve Langasek description Problem Description ---------------------------- xfstests fails with Metadata corruption at leaf on xfs filesystem Environment ------------------ Kernel Build: 4.12.1-041201-generic System Name : ltc-test-ci2 Model : 8247-22L Platform : PowerNV ( P8 ) Uname output ------------------- # uname -a Linux ltc-test-ci2 4.12.1-041201-generic #201707121132 SMP Wed Jul 12 17:03:25 UTC 2017 ppc64le ppc64le ppc64le GNU/Linux Steps to reproduce: ---------------------------------------- 1. Create a loop device with xfs filesystem 2. git clone git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git; cd xfstests-dev 3. make 4. Create a local.config for running with created loop device 5. Run xfstests-dev test : ./check tests/xfs/288 FSTYP -- xfs (non-debug) PLATFORM -- Linux/ppc64le ltc-test-ci2 4.12.1-041201-generic MKFS_OPTIONS -- -f -bsize=4096 /dev/loop6 MOUNT_OPTIONS -- /dev/loop6 /mnt/scratch xfs/288 [failed, exit status 1] - output mismatch (see /root/harish/xfstests-dev/results//xfs/288.out.bad) --- tests/xfs/288.out 2017-07-13 06:04:36.276322778 -0400 +++ /root/harish/xfstests-dev/results//xfs/288.out.bad 2017-07-17 06:08:53.590779133 -0400 @@ -1,2 +1,3 @@ QA output created by 288 -Silence is golden +xfs_repair didn't junk the empty attr leaf +(see /root/harish/xfstests-dev/results//xfs/288.full for details) ... (Run 'diff -u tests/xfs/288.out /root/harish/xfstests-dev/results//xfs/288.out.bad' to see the entire diff) _check_xfs_filesystem: filesystem on /dev/loop6 is inconsistent (r) (see /root/harish/xfstests-dev/results//xfs/288.full for details) Ran: xfs/288 Failures: xfs/288 Failed 1 of 1 tests Nothing observed in dmesg. Full log is attached. Found https://patchwork.kernel.org/patch/9678821/ related. . xfsprogs source (https://launchpad.net/ubuntu/+source/xfsprogs/4.3.0+nmu1ubuntu4) is downloaded and check for the commit and not able to see this commit integrated. https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/commit/?id=f71401617acd8fccb2461dcd03d8868f8c87c07b Problem Description ---------------------------- xfstests fails with Metadata corruption at leaf on xfs filesystem Environment ------------------ Kernel Build: 4.12.1-041201-generic System Name : ltc-test-ci2 Model : 8247-22L Platform : PowerNV ( P8 ) Uname output ------------------- # uname -a Linux ltc-test-ci2 4.12.1-041201-generic #201707121132 SMP Wed Jul 12 17:03:25 UTC 2017 ppc64le ppc64le ppc64le GNU/Linux Steps to reproduce: ---------------------------------------- 1. dd if=/dev/null of=/tmp/loop.img bs=$((1024*1024*1024)) count=0 seek=5 2. dd if=/dev/null of=/tmp/loop2.img bs=$((1024*1024*1024)) count=0 seek=5 3. sudo apt install libaio-dev acl-dev attr-dev xfslibs-dev xfsprogs attr bc 4. git clone git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git; cd xfstests-dev 5. make 6. LOOP=$(sudo losetup -f --show /tmp/loop.img) 7. LOOP2=$(sudo losetup -f --show /tmp/loop2.img) 6. $ cat > local.config <<EOF export TEST_DEV=$LOOP export TEST_DIR=/mnt/test export SCRATCH_DEV=$LOOP2 export SCRATCH_MNT=/mnt/scratch EOF 7. sudo mkdir -p /mnt/test /mnt/scratch 8. Run xfstests-dev test : sudo ./check tests/xfs/288 9. sudo rmdir -p /mnt/test /mnt/scratch 10. sudo losetup -d $LOOP LOOP2 11. rm /tmp/loop.img /tmp/loop2.img FSTYP -- xfs (non-debug) PLATFORM -- Linux/ppc64le ltc-test-ci2 4.12.1-041201-generic MKFS_OPTIONS -- -f -bsize=4096 /dev/loop6 MOUNT_OPTIONS -- /dev/loop6 /mnt/scratch xfs/288 [failed, exit status 1] - output mismatch (see /root/harish/xfstests-dev/results//xfs/288.out.bad)     --- tests/xfs/288.out 2017-07-13 06:04:36.276322778 -0400     +++ /root/harish/xfstests-dev/results//xfs/288.out.bad 2017-07-17 06:08:53.590779133 -0400     @@ -1,2 +1,3 @@      QA output created by 288     -Silence is golden     +xfs_repair didn't junk the empty attr leaf     +(see /root/harish/xfstests-dev/results//xfs/288.full for details)     ...     (Run 'diff -u tests/xfs/288.out /root/harish/xfstests-dev/results//xfs/288.out.bad' to see the entire diff) _check_xfs_filesystem: filesystem on /dev/loop6 is inconsistent (r) (see /root/harish/xfstests-dev/results//xfs/288.full for details) Ran: xfs/288 Failures: xfs/288 Failed 1 of 1 tests Nothing observed in dmesg. Full log is attached. Found https://patchwork.kernel.org/patch/9678821/ related. . xfsprogs source (https://launchpad.net/ubuntu/+source/xfsprogs/4.3.0+nmu1ubuntu4) is downloaded and check for the commit and not able to see this commit integrated. https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/commit/?id=f71401617acd8fccb2461dcd03d8868f8c87c07b
2017-07-26 21:58:17 Steve Langasek xfsprogs (Ubuntu): status New Fix Released
2017-07-26 21:58:17 Steve Langasek xfsprogs (Ubuntu): assignee Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) Canonical Foundations Team (canonical-foundations)
2017-07-26 21:58:29 Steve Langasek ubuntu-power-systems: assignee Canonical Foundations Team (canonical-foundations)
2017-07-26 21:58:41 Steve Langasek xfsprogs (Ubuntu): importance Undecided Medium
2017-07-27 06:39:25 Frank Heimes ubuntu-power-systems: status New Fix Released
2017-08-23 13:49:26 bugproxy attachment added Test full log https://bugs.launchpad.net/bugs/1704932/+attachment/4937495/+files/xfs_288_full.txt