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
Filling a disk with 4K writes is somewhat slow. It should be done with 1MB or so blocks. See
litmus-go/chaoslib/litmus/disk-fill/helper/disk-fill.go
Line 165 in c79b9ea
The text was updated successfully, but these errors were encountered:
Makes sense. We could make this a tunable with default set to a higher value. Thanks for the suggestion @mykaul
Sorry, something went wrong.
closing this as the changes are added and are available in 1.13.4 onwards from - #344. Feel free to reopen for any further discussion.
1.13.4
No branches or pull requests
Filling a disk with 4K writes is somewhat slow. It should be done with 1MB or so blocks.
See
litmus-go/chaoslib/litmus/disk-fill/helper/disk-fill.go
Line 165 in c79b9ea
The text was updated successfully, but these errors were encountered: