fluid-cloudnative / fluid

Fluid, elastic data abstraction and acceleration for BigData/AI applications in cloud. (Project under CNCF)
https://fluid-cloudnative.github.io/
Apache License 2.0
1.58k stars 949 forks source link

[FEATURES] Support PVC and PV stroage size configuration #4177

Closed wangshulei098 closed 1 week ago

wangshulei098 commented 2 weeks ago

What feature you'd like to add: Configure pvc and pv stroage size in dataset DatasetSpec

Why is this feature needed: The generated PVC and PV have a fixed size of 100 Pi and cannot be changed. In a namespace with a Resourcequota set for storage, it is not possible to create such large PV and PVC. Therefore, the size needs to be configurable.