ozone
ozone copied to clipboard
HDDS-13922. Increase available space requirement during pipeline/container allocation
What changes were proposed in this pull request?
This PR added a configurable multiplier (ozone.scm.container.space.requirement.multiplier, default 2.0) that increases the space check from 5GB to 10GB during container allocation. This gives a buffer so multiple allocations don't fail when there's barely enough space.
What is the link to the Apache JIRA
How was this patch tested?
test all passed in: https://github.com/rich7420/ozone/actions/runs/19655213061