Project

General

Profile

Actions

Bug #4242

closed

krbd: xfstest 259 failure (FS size near 4TB)

Added by Alex Elder about 11 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Source:
Development
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

I have now seen this at least twice. I think it's inconsistent
but it might be important. Not marking it high yet, but it
might be.

Running xfstests #259 reports that XFS is unable to do a
mkfs on a loop device attached to a file in an XFS file system
when the underlying file has sizes close to 2^32.

The mkfs.xfs is getting EIO for files at sizes 2^32-1,
2^32-512, 2^32-1024, 2^32-1025, 2^32-2048, and 2^32-4096
(all the sizes it tests).

Below is what the output looks like.

259 - output mismatch (see 259.out.bad)
--- 259.out 2013-02-22 11:22:27.606208645 -0800
+++ 259.out.bad 2013-02-22 12:54:43.832930774 -0800
@ -1,7 +1,17 @
QA output created by 259
Trying to make (4 TB - 1) B long xfs fs image
+mkfs.xfs: libxfs_device_zero write failed: Input/output error
+mkfs failed!
Trying to make (4 TB - 512) B long xfs fs image
+mkfs.xfs: libxfs_device_zero write failed: Input/output error
+mkfs failed!
Trying to make (4 TB - 1024) B long xfs fs image
+mkfs.xfs: libxfs_device_zero write failed: Input/output error
+mkfs failed!
Trying to make (4 TB - 1025) B long xfs fs image
+mkfs.xfs: libxfs_device_zero write failed: Input/output error
+mkfs failed!
Trying to make (4 TB - 2048) B long xfs fs image
+mkfs.xfs: libxfs_device_zero write failed: Input/output error
+mkfs failed!
Trying to make (4 TB - 4096) B long xfs fs image

Actions

Also available in: Atom PDF