FlashArray-Collection icon indicating copy to clipboard operation
FlashArray-Collection copied to clipboard

Any way that i could update the quota limit size in directory quota policy?

Open ohideyuki opened this issue 10 months ago • 2 comments

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: 
Image

ohideyuki avatar Feb 21 '25 06:02 ohideyuki

Thanks for raising this. We will investigate why you are not able to modify the enforced quota rule.

sdodsley avatar Feb 24 '25 16:02 sdodsley

@ohideyuki please check out #739 to see if this does what you need.

sdodsley avatar Mar 28 '25 15:03 sdodsley

Stale issue message

github-actions[bot] avatar May 28 '25 01:05 github-actions[bot]