mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
1844fe5e7e
mkfs.xfs failed to create xfs filesystems with 4 TB minus few bytes due to round up error in mkfs.xfs code. This test case is a regression test for the fs creation problem. I've tested the test case with mkfs.xfs patch (in the form posted by Eric Sandeen) and the test passed (and therefore the patch fixed the issue for me). I'm not sure whether bash guarantees at least 64-bit precision values in its arithmetic operations. Therefore the values are computed in advance. Signed-off-by: Boris Ranto <branto@redhat.com> Signed-off-by: Alex Elder <aelder@sgi.com>
8 lines
319 B
Plaintext
8 lines
319 B
Plaintext
QA output created by 259
|
|
Trying to make 4398046511103 B long xfs fs image
|
|
Trying to make 4398046510592 B long xfs fs image
|
|
Trying to make 4398046510080 B long xfs fs image
|
|
Trying to make 4398046510079 B long xfs fs image
|
|
Trying to make 4398046509056 B long xfs fs image
|
|
Trying to make 4398046507008 B long xfs fs image
|