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

fix: Disk burn experiment failed in Kubernetes #94

Merged
merged 1 commit into from
Aug 4, 2021

Conversation

kelvinguo0210
Copy link
Contributor

@kelvinguo0210 kelvinguo0210 commented Jul 29, 2021

RCA : different version of dd command between different Linux release version.
link: https://github.com/chaosblade-io/chaosblade-exec-os/issues/93

Describe what this PR does / why we need it

This modification mainly adds some conditions to determine the appropriate dd command parameters for different Linux versions (right now is Alpine Linux)

Does this pull request fix one issue?

Fixes #93

Describe how you did it

This modification mainly adds some conditions to determine the appropriate dd command parameters for different Linux versions (right now is Alpine Linux)

Describe how to verify it

Tested in local UAT kubernetes Env.

Special notes for reviews

At the time, the main branch was not be able to be compiled, the error is from system_stop.go, please take a look.
My real test is base on v1.2.0.

RCA : different version of dd command between different Linux release version.
link: https://github.com/chaosblade-io/chaosblade-exec-os/issues/93

Signed-off-by: kelvin Guo <[email protected]>
@kelvinguo0210
Copy link
Contributor Author

@xcaspar could you help to review the PR?

@xcaspar xcaspar added this to the v1.3.0 milestone Aug 4, 2021
@xcaspar xcaspar added type/bug Something isn't working type/feature and removed type/feature labels Aug 4, 2021
@xcaspar xcaspar merged commit 0b086b9 into chaosblade-io:master Aug 4, 2021
@xcaspar
Copy link
Member

xcaspar commented Aug 4, 2021

@kelvinguo0210 Thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disk burn experiment failed in Kubernetes
2 participants