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

Ansible Collection for Pure Storage FlashArray

Results 27 FlashArray-Collection issues
Sort by recently updated
recently updated
newest added

##### SUMMARY When performing volume task, such as move, the task will `succeed` but the module will fail because the `volfact` was malformed. This resolves the issues and also cleans...

bug

##### SUMMARY Closes #752 ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME purefa_pod.py

bug

**Describe the bug** When executing purefa_pod task to promote active-dr pod, FATAL error occurs: ``` fatal: [localhost]: FAILED! => { "changed": false, "module_stderr": "/home/svc-ansible/.local/lib/python3.10/site-packages/urllib3/connectionpool.py:1097: InsecureRequestWarning: Unverified HTTPS request is being...

##### SUMMARY Add workload module. Allows for creation, deletion, eradication and rename of woorkloads based on a simple preset that only contains volume configurations. Also enable the ability to add...

enhancement

##### SUMMARY Add new parameter `move` to allow hosts to move between realms or to/from the local array from/to a realm(s). This parameter defines the target realm for the host,...

enhancement

##### SUMMARY Convert `purefa_network` to REST v2 ##### ISSUE TYPE - REST 2 Pull Request ##### COMPONENT NAME purefa_network.py

REST v2

##### SUMMARY Convert `purefa_endpoint` to REST v2 ##### ISSUE TYPE - REST 2 Pull Request ##### COMPONENT NAME purefa_endpoint.py

REST v2

##### SUMMARY Convert `subnet` module to REST v2 ##### ISSUE TYPE - REST 2 Pull Request ##### COMPONENT NAME purefa_subnet.py

REST v2

##### SUMMARY Update proxy module to REST v2 ##### ISSUE TYPE - REST 2 Pull Request ##### COMPONENT NAME purefa_proxy.py

REST v2

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...

enhancement