We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm installing rc7, ran the tests (spl & zfs) per instructions on http://zfsonlinux.org/zfs-regression-suite.html I get an error on the last set of tests:
[mike@xxx zfs-0.6.0-rc7]$ sudo /usr/libexec/zfs/zfault.sh -c raid0 raid10 raidz raidz2 raidz3 1 soft write error Pass Pass Pass Pass Pass 2 hard write error Pass Pass Pass Pass Pass 3 all write errors Pass Pass Pass Pass Pass 4 soft read error Pass Pass Pass Pass Pass 5 hard read error Pass Pass Pass Pass Pass 6 fixable read error Pass Pass Pass Pass Pass 7 silent data corruption Pass Pass Pass Pass Pass 8 soft write timeout Pass Pass Pass Pass Pass 9 hard write timeout Skip Warning: The resulting partition is not properly aligned for best performance. Fail (15)
*) I'm happy to repeat & provide whatever other information needed.
Cheers
m
The text was updated successfully, but these errors were encountered:
Thanks for the bug report, the issue is harmless we'll just need to get the test script updated.
Sorry, something went wrong.
This should be resolved in the latest master source. If not please let me know and we'll reopen the issue.
Linux 4.12 compat: PF_FSTRANS was removed
8f87971
Change SPL_FSTRANS to optionally contains PF_FSTRANS. Also, add __spl_pf_fstrans_check for the checks specifically for PF_FSTRANS. Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Chunwei Chen <[email protected]> Closes openzfs#614
Merge pull request openzfs#614 from delphix/projects/merge-upstream/m…
7efe4e9
…aster Merge remote-tracking branch '6.0/stage' into 'master'
No branches or pull requests
Hi,
I'm installing rc7, ran the tests (spl & zfs) per instructions on http://zfsonlinux.org/zfs-regression-suite.html
I get an error on the last set of tests:
[mike@xxx zfs-0.6.0-rc7]$ sudo /usr/libexec/zfs/zfault.sh -c
raid0 raid10 raidz raidz2 raidz3
1 soft write error Pass Pass Pass Pass Pass
2 hard write error Pass Pass Pass Pass Pass
3 all write errors Pass Pass Pass Pass Pass
4 soft read error Pass Pass Pass Pass Pass
5 hard read error Pass Pass Pass Pass Pass
6 fixable read error Pass Pass Pass Pass Pass
7 silent data corruption Pass Pass Pass Pass Pass
8 soft write timeout Pass Pass Pass Pass Pass
9 hard write timeout Skip Warning: The resulting partition is not properly aligned for best performance.
Fail (15)
*) I'm happy to repeat & provide whatever other information needed.
Cheers
m
The text was updated successfully, but these errors were encountered: