-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set storage use limit on ONTAP side #341
Comments
Hi @ArtemKaba You can set storage limits at the K8s level by defining Storage Resource Quotas and also limit the volume size provisioned by Trident using the |
@balaramesh as i know there is no way to set the maximum size per volume for SVM in ONTAP. |
@ArtemKaba we tested resize and don't agree with your statement. If you set the limitVolumeSize parameter for the backend that will enforce the maximum volume size when resizing a volume. Can you verify this? |
@gnarl You absolutely right. But I am talking about limiting storage usage exactly on ONTAP side. |
Remove backend config JSON from update backend log
This ref; shows limiting the size per the user role below URL link but I don't see this now listed in the newer documentation for v20.04? Any idea why that was removed? I would also like to ensure we can also enforce this on the OnTap side as well as people that may have access to the PVC side are different roles. |
Brief: how to set up limit on storage utilisation in case of using ontap-nas (or ontap-nas-economy) driver?
We have trident installation with Openshift 3.11 cluster, backend was create at storage that we aren't own.
And now ONTAP Administrator wants to set limit to use his storage device because we can fill in all disks at any time.
How would he can acheive it?
We already have added line "limitVolumeSize" to backend configuration, but it is not under ONTAP Admin's control.
I hope I clearly explained the problem :)
The text was updated successfully, but these errors were encountered: