FlashArray-Collection
FlashArray-Collection copied to clipboard
Any way that i could update the quota limit size in directory quota policy?
In my case, we need extend the size of quota limit of one filesystem at PureFA. I try this playbook, but it looks like create a new rule with new quota_limit and get the alert msg "Only one enforced rule can be defined per policy"
- hosts: localhost
tasks:
- name: extend quota_limit of one directory quota policy
purestorage.flasharray.purefa_policy:
name: sam_quota_policy
policy: quota
directory: "sam:root"
quota_limit: 30G
fa_url: man01pure01.inf.webex.com
api_token:
Thanks for raising this. We will investigate why you are not able to modify the enforced quota rule.
@ohideyuki please check out #739 to see if this does what you need.
Stale issue message