Closed petew-nfx closed 6 months ago
Thanks @petew-nfx for raising this issue. We will get back to you as soon as possible. @forrestxia fyi.
Hi @petew-nfx , please try to remove linked = false
in your config.
The field linked
should be used for linked quota when users try to unlink them.
Thanks for clarifying the issue @P-Cao - that worked.
@petew-nfx can we close this issue as the problem has been addressed?
Hi @petew-nfx, this issue has been fixed in v1.3.0 released today, please verify and let us know if it works.
Thank you. This issue can be closed.
The main issue is the ability to increase thresholds via
terraform apply
, the other issue is mentioned as it may be related.Make a directory on cluster and set hard quota threshold to 1M.
isi quota quotas create /ifs/zone1/quota_dir directory --hard-threshold=1M
After importing the quota into terraform
terrafrom state show <resource>
shows 0s where null should be.Whereas the cluster side json shows
Attempting to adjust the hard threshold. Using the resource file:
terraform plan
shows No changes.When attempting to increase the hard threshold from 1048576 to 10485760 using
terraform apply
the following error occurs: