zwangsheng opened a new pull request, #1826: URL: https://github.com/apache/incubator-celeborn/pull/1826
### What changes were proposed in this pull request? Build `celeborn.worker.storage.dirs` with volumes capacity in values.yml. ### Why are the changes needed? Associate the volumes size in the` values.yml` file with the capacity attribute in the `celeborn.worker.storage.dirs` to avoid user doubt. ### Does this PR introduce _any_ user-facing change? No, but users will find volumes capacity can affect `celeborn.worker.storage.dirs`. ### How was this patch tested? Helm install in local dry-run Default helm will build following config: ```yaml celeborn.worker.storage.dirs=/mnt/disk1:disktype=HDD:capacity=1Gi,/mnt/disk2:disktype=HDD:capacity=1Gi,/mnt/disk3:disktype=HDD:capacity=1Gi,/mnt/disk4:disktype=HDD:capacity=1Gi ``` -- 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]
