chaos-mesh / chaosd

A Chaos Engineering toolkit.
Apache License 2.0
132 stars 63 forks source link

disk-fill: dd fill 'no space left on device' should be successful #243

Open sunny-xiao opened 1 year ago

sunny-xiao commented 1 year ago

when i use the command 'chaosd attack disk fill -p /home -s 30G -f=false' to fill my disk, it does works, but the experiment failed and i cannot get the uid to recover it,only i can do is finding the example file and delete it manually. I think in this case, the experiment should be successful and i can recover it.

image