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
Description of the new feature
The main documentation page of fio on the use of verify_pattern is unclear. For example, the documentation reads:
verify_pattern
"Or use combination of everything: verify_pattern=0xff%o"abcd"-12"
The first 0xff seems to refer to the pattern that one wants to write. The next %o refers to
"Also, verify_pattern supports %o format, which means that for each block offset will be written and then verified back"
But what does the remaining "abcd"-12 refer to ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of the new feature
The main documentation page of fio on the use of
verify_pattern
is unclear. For example, the documentation reads:"Or use combination of everything:
verify_pattern=0xff%o"abcd"-12"
The first 0xff seems to refer to the pattern that one wants to write. The next %o refers to
"Also, verify_pattern supports %o format, which means that for each block offset will be written and then verified back"
But what does the remaining "abcd"-12 refer to ?
The text was updated successfully, but these errors were encountered: