samba-in-kubernetes / samba-operator

An operator for a Samba as a service on PVCs in kubernetes
Apache License 2.0
103 stars 24 forks source link

Add ability to apply quotas to shares #256

Open phlogistonjohn opened 1 year ago

phlogistonjohn commented 1 year ago

See: https://github.com/samba-in-kubernetes/sambacc/issues/51

If we add quotas to shares we can have grouped shares that all use the same underlying PVC but are limited to some fixed percentage of the overall PVC's size. This could make dynamic allocation of shares + grouped shares, for resource sharing/scaling, more feasible.