Pure-Storage-Ansible / FlashArray-Collection

Ansible Collection for Pure Storage FlashArray
GNU General Public License v3.0
18 stars 22 forks source link

Issue with the return of "purefa_info" #401

Closed TonkSlip closed 1 year ago

TonkSlip commented 1 year ago

Env: Collection = 1.18.0 FlashArray Model = FA-X50R3 Purity = 6.1.15 python = 3.10

Task run in the playbook

      purestorage.flasharray.purefa_info:
        gather_subset:
          - all
        fa_url: {{ url }}
        api_token: {{ token  }}
      register: array_info

Output:

[...]
    "capacity": {
        "provisioned_space": 0,
        "free_space": 70949239877796,
        "total_capacity": 70949239877796,
        "data_reduction": 0,
        "system_space": 0,
        "volume_space": 0,
        "shared_space": 0,
        "snapshot_space": 0,
        "thin_provisioning": 0,
        "total_reduction": 0,
        "replication": 0
    }
[...]

As you can see in the output doesn't match the actual storage situation.

image

sdodsley commented 1 year ago

@TonkSlip as you may have heard from your SE we have been unable to reproduce this error, using a similar Purity version (6.1.8) that supports the same REST version as 6.1.15. I believe that you are planning a Purity upgrade. Can we hold on this issue and see if the upgrade resolves it?

sdodsley commented 1 year ago

@TonkSlip did your Purity upgrade resolve the issue?

TonkSlip commented 1 year ago

Hi! @sdodsley , sorry for the delay. Yes it fixed my issue. Thanks for the follow up