commit | 6d26887991cf3bb3d21c6b9b0035576527c4a27e | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Fri Nov 11 21:11:43 2011 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Nov 11 21:11:43 2011 -0500 |
tree | b607696f7b43f58f33d80b462c8cc4ea5d17aa4d | |
parent | df7a86d404e293465b8e5f39859c0916e84ba35a [diff] |
tests: fix mmp tests on hard 4k devices Several of the mmp tests were failing on an s390 guest because direct IO cannot be done on sub-sector sizes, and they were doing 1k IOs to files on a 4k logical/physical device. A few tests could just be changed to 4k, but others needed fixed up output as well. With this I have all tests passing on s390 again. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>