All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 201793] New: [xfstests generic/299] XFS corruption found: sb_fdblocks 7302443, counted 7302451
@ 2018-11-27  3:30 bugzilla-daemon
  2018-11-27  3:31 ` [Bug 201793] " bugzilla-daemon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2018-11-27  3:30 UTC (permalink / raw)
  To: linux-xfs

https://bugzilla.kernel.org/show_bug.cgi?id=201793

            Bug ID: 201793
           Summary: [xfstests generic/299] XFS corruption found:
                    sb_fdblocks 7302443, counted 7302451
           Product: File System
           Version: 2.5
    Kernel Version: xfs-4.20-fixes-2
          Hardware: All
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: XFS
          Assignee: filesystem_xfs@kernel-bugs.kernel.org
          Reporter: zlang@redhat.com
        Regression: No

Description of problem:
I hit a XFS corruption several times on ppc64le, by running generic/299 on 2k
blocksize XFS (reflink=1,rmapbt=1):
#
# FSQA Test No. 299
#
# AIO/DIO stress test
# Run random AIO/DIO activity and fallocate/truncate simultaneously
# Test will operate on huge sparsed files so ENOSPC is expected.
#
FSTYP         -- xfs (non-debug)
PLATFORM      -- Linux/ppc64le xxxxxxx 4.20.0-rc1.kasan
MKFS_OPTIONS  -- -f -b size=2048 -m crc=1,finobt=1,reflink=1,rmapbt=1 -i
sparse=1 /dev/vda5
MOUNT_OPTIONS -- -o context=system_u:object_r:nfs_t:s0 /dev/vda5
/mnt/xfstests/mnt2

generic/299 176s ... _check_xfs_filesystem: filesystem on /dev/vda5 is
inconsistent (r)
(see /var/lib/xfstests/results//generic/299.full for details)

Ran: generic/299
Failures: generic/299
Failed 1 of 1 tests

Version-Release number of selected component (if applicable):
https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
xfs-4.20-fixes-2

How reproducible:
1~2% on my ppc64le kvm machine. But it's hard to reproduce on my x86_64 real
machine.

Steps to Reproduce:
Loop running generic/299, but maybe not easy to hit it

Actual results:
XFS corruption

Expected results:
test always pass

Additional info:
Please check the full output and xfs metadump from attachments.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 201793] [xfstests generic/299] XFS corruption found: sb_fdblocks 7302443, counted 7302451
  2018-11-27  3:30 [Bug 201793] New: [xfstests generic/299] XFS corruption found: sb_fdblocks 7302443, counted 7302451 bugzilla-daemon
@ 2018-11-27  3:31 ` bugzilla-daemon
  2018-11-27  3:31 ` bugzilla-daemon
  2018-11-27  3:33 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2018-11-27  3:31 UTC (permalink / raw)
  To: linux-xfs

https://bugzilla.kernel.org/show_bug.cgi?id=201793

--- Comment #1 from Zorro Lang (zlang@redhat.com) ---
Created attachment 279661
  --> https://bugzilla.kernel.org/attachment.cgi?id=279661&action=edit
corrupted xfs metadump file

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 201793] [xfstests generic/299] XFS corruption found: sb_fdblocks 7302443, counted 7302451
  2018-11-27  3:30 [Bug 201793] New: [xfstests generic/299] XFS corruption found: sb_fdblocks 7302443, counted 7302451 bugzilla-daemon
  2018-11-27  3:31 ` [Bug 201793] " bugzilla-daemon
@ 2018-11-27  3:31 ` bugzilla-daemon
  2018-11-27  3:33 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2018-11-27  3:31 UTC (permalink / raw)
  To: linux-xfs

https://bugzilla.kernel.org/show_bug.cgi?id=201793

--- Comment #2 from Zorro Lang (zlang@redhat.com) ---
Created attachment 279663
  --> https://bugzilla.kernel.org/attachment.cgi?id=279663&action=edit
generic/299.full

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 201793] [xfstests generic/299] XFS corruption found: sb_fdblocks 7302443, counted 7302451
  2018-11-27  3:30 [Bug 201793] New: [xfstests generic/299] XFS corruption found: sb_fdblocks 7302443, counted 7302451 bugzilla-daemon
  2018-11-27  3:31 ` [Bug 201793] " bugzilla-daemon
  2018-11-27  3:31 ` bugzilla-daemon
@ 2018-11-27  3:33 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2018-11-27  3:33 UTC (permalink / raw)
  To: linux-xfs

https://bugzilla.kernel.org/show_bug.cgi?id=201793

--- Comment #3 from Zorro Lang (zlang@redhat.com) ---
I've tried current upstream xfsprogs for-next branch, which HEAD is:
commit caa91046eee63f10635acefd559cdfb56e9e214e (HEAD -> for-next, tag:
v4.19.0, origin/master, origin/for-next, origin/HEAD, master)
Author: Eric Sandeen <sandeen@sandeen.net>
Date:   Fri Nov 9 14:31:04 2018 -0600

    xfsprogs: Release v4.19.0

xfs_repair still report this corruption.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-11-27 14:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-27  3:30 [Bug 201793] New: [xfstests generic/299] XFS corruption found: sb_fdblocks 7302443, counted 7302451 bugzilla-daemon
2018-11-27  3:31 ` [Bug 201793] " bugzilla-daemon
2018-11-27  3:31 ` bugzilla-daemon
2018-11-27  3:33 ` bugzilla-daemon

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.