Unsolved
1 Rookie
•
15 Posts
0
516
January 12th, 2022 10:00
Isilon / Powerscale Ansible Module Errors: Invalid value for snapshot_sync_pattern
Hi,
I am having problems with the 9.x Ansible Powerscale/Isilon Modules. Specifically the dellemc_powerscale_synciqpolicy module.
When doing a simple get:
- name: Get SyncIQ policy details
dellemc_powerscale_synciqpolicy:
onefs_host: "{{ dr_onefs_host }}"
port_no: "{{ dr_port_no }}"
verify_ssl: "{{ verify_ssl }}"
api_user: "{{ dr_api_user }}"
api_password: "{{ dr_api_password }}"
policy_name: "{{ policy_name }}"
state: "present"I get an error:
"msg": "Get details of SyncIQ policy Ansible_policy failed with error : Invalid value for `snapshot_sync_pattern`, length must be greater than or equal to `1`"
Can someone tell me what I'm doing wrong?
Thanks.
Glenn
No Events found!



gsdavis
1 Rookie
•
15 Posts
0
January 12th, 2022 10:00
I should have added, that I have similar problems with trying to Create and Run the sync policy.
I am however, able to do a get using the API without any issue.
thanks.
glenn.
DELL-Sam L
Moderator
•
7.7K Posts
0
January 13th, 2022 11:00
Hello gsdavis,
It is best to open a support case for this issue.
gsdavis
1 Rookie
•
15 Posts
0
January 15th, 2022 08:00
Thanks @DELL-Sam L . I opened a support case and also created an issue in the GitHub repo.
glenn.
mjzraz
1 Rookie
•
93 Posts
0
March 16th, 2025 04:27
@gsdavis What ended up being the problem?