Pure-Storage-Ansible / FlashArray-Collection

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

cannot create a remote snapshot on offload array #451

Closed ryuyamag closed 1 year ago

ryuyamag commented 1 year ago

It seems it cannot create remote snapshots in 1.21. I confirmed that it works in 1.20.

• Ansible version: ansible [core 2.15.4] • FlashArray Collection version: 1.21.0 • Purity version: 6.3.13 • FlashArray module causing the failure: purefa_snap • An example task that fails: Create a remote volume snapshot on offload device arrayB • Response from ansible-playbook -vvvv when running a failing task: see attached file purefa_snap.log

sdodsley commented 1 year ago

Yes - this is definately a bug. We will get that fixed as soon as possible

sdodsley commented 1 year ago

@ryuyamag please try the patch and let us know if this fixes your issue

ryuyamag commented 1 year ago

This patch worked fine! Thank you for fixing this.