Open acch opened 1 month ago
hmmmm we'll need to look at how we are going to do this. I don't think we need a specific resource for this and should be able to do it in SVM, but let me see how that would work.
@carchi8py Thanks for looking into this!
My understanding is that QoS policy activation is a multi-step process (taken from here):
vserver create -vserver svm1
qos policy-group create -policy-group policy1 -vserver svm1
vserver modify -vserver svm1 -qos-policy-group policy1
Creating the policy group is only possible after the SVM / vserver exists. Hence, activating it is a separate step - it can't be activated upon initial creation... but I might be missing something here!
That's why I've opted for a separate resource to model the association of SVM <-> policy. Again, this might be due to my limited understanding - let me know if there's a more elegant way to do it.
Thanks again, and all the best! Achim
Description
Ability to activate (existing) QoS policy for (existing) SVM
Requested Resource(s) and/or Data Source(s)
Potential Terraform Configuration
References
Would you like to implement a fix?
Yes