Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding volume pair to a remote copy group #70

Open
Mathieu3387 opened this issue Sep 15, 2021 · 0 comments
Open

Adding volume pair to a remote copy group #70

Mathieu3387 opened this issue Sep 15, 2021 · 0 comments

Comments

@Mathieu3387
Copy link

While trying to add a volume pair to a remote copy group with the state "add_volume", the request seems to be unresponsive.

Playbook:

  • name: Add volume to remote copy group
    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:
    • target_name: {{ 3par_target }}
      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 }}"}]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant