You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue occurs even if the RCG is newly created previously on this playbook, or was already created and wether his state stopped or started.
Trying to run API request from Postman give me the same result, nothing happens.
https://{{ storage_system_ip }}:{{ port }}/api/v1/remotecopygroups/{{ rcg_name }}/volumes
with body : "volumeName": "{{ volume_name","targets":[{"targetName":"{{ 3par_target }}","secVolumeName":"{{ secondary_volume_name }}"}]
The text was updated successfully, but these errors were encountered:
While trying to add a volume pair to a remote copy group with the state "add_volume", the request seems to be unresponsive.
Playbook:
hpe3par_remote_copy:
storage_system_ip: "{{ storage_system_ip }}"
storage_system_username: "{{ storage_system_username }}"
storage_system_password: "{{ storage_system_password }}"
state: add_volume
remote_copy_group_name: {{ rcg_name }}
volume_name: "{{ volume_name }}"
admit_volume_targets:
sec_volume_name: "{{ secondary_volume_name }}"
This issue occurs even if the RCG is newly created previously on this playbook, or was already created and wether his state stopped or started.
Trying to run API request from Postman give me the same result, nothing happens.
https://{{ storage_system_ip }}:{{ port }}/api/v1/remotecopygroups/{{ rcg_name }}/volumes
with body : "volumeName": "{{ volume_name","targets":[{"targetName":"{{ 3par_target }}","secVolumeName":"{{ secondary_volume_name }}"}]
The text was updated successfully, but these errors were encountered: