adoroszlai opened a new pull request, #5374: URL: https://github.com/apache/ozone/pull/5374
## What changes were proposed in this pull request? Acceptance test started failing recently due to `DISK_OUT_OF_SPACE` error from datanodes. It turns out 5GB is still left, so container (1GB) could have been created, but datanode wanted to preserve free space. This change reduces the minimum free remaining space which is required when creating containers to 100MB from default 5GB. Also, remove Ozone binary tarball (~350MB) after extraction to really free up some space. https://issues.apache.org/jira/browse/HDDS-9362 ## How was this patch tested? CI: https://github.com/adoroszlai/hadoop-ozone/actions/runs/6344084423 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
