Skip to content
New issue

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

disk fill implement discuss #143

Closed
sequarius opened this issue Jul 25, 2019 · 2 comments
Closed

disk fill implement discuss #143

sequarius opened this issue Jul 25, 2019 · 2 comments
Labels
Milestone

Comments

@sequarius
Copy link
Contributor

sequarius commented Jul 25, 2019

Issue Description

disk fill make a dd system program call eternally. howerver, it may cause io busy and disk free space increase slowly if the fill size is large enough after the experiment exectute. Sometimes, problem is happened by io busy, not space limited. how about use fallocate instead dd?

Type: feature request

Tell us your environment

CentOS 7.2

Anything else we need to know?

fallocate

@xcaspar
Copy link
Member

xcaspar commented Jul 26, 2019

@sequarius It's a good idea 👍, can you commit a pr to replace it?

@xcaspar xcaspar added this to the 0.3.0 milestone Jul 26, 2019
@sequarius
Copy link
Contributor Author

sequarius commented Jul 27, 2019

@xcaspar Of course, see #146

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants