-
Notifications
You must be signed in to change notification settings - Fork 37
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
While admitting a target to an rcg group, if the target volume name value is incorrect in 'local_remote_volume_pair_list' list an incorrect error msg is displayed #31
Comments
Steps to reproduce the issue:-
Observation:It is observed that issue is not reproduced, but found the another issue. Playbook used for reproducing the issue:-
Ansible message:-changed: [localhost] => { remote copy group verification on source 192.168.67.7:-CSSOS-SSA04 cli% showrcopy groups ansible_CreateRCG-002 Remote Copy System Information Group Information Name Target Status Role Mode Options CSSOS-SSA04 cli% |
It is not reproduced, test team please reproduce it. |
getting the same error fatal: [localhost]: FAILED! => { |
Worked with Leena for reproducing this issue on my system but unable to reproduce it. |
While admitting a target to an rcg group, if the secondary volume name value is incorrect in 'local_remote_volume_pair_list' list an incorrect error msg is displayed
Playbook:
storage_system_ip: "192.168.67.7"
storage_system_username: "3paradm"
storage_system_password: "3pardata"
remote_copy_group_name: "ansible_CreateRCG-002"
state: admit_target
target_mode: "sync"
target_name: "CSSOS-SSA06"
local_remote_volume_pair_list:
targetVolumeName: "invalid_sec_vol"
Error msg:
fatal: [localhost]: FAILED! => {
"changed": false,
"invocation": {
"module_args": {
"admit_volume_targets": null,
"different_secondary_wwn": false,
"discard_new_data": false,
"domain": null,
"full_sync": false,
"keep_snap": false,
"local_groups_direction": false,
"local_remote_volume_pair_list": [
{
"sourceVolumeName": "Ansible_volume_01",
"targetVolumeName": "invalid_sec_vol"
}
],
"local_snap_cpg": null,
"local_user_cpg": null,
"modify_targets": null,
"no_resync_snapshot": false,
"no_snapshot": false,
"recovery_action": null,
"remote_copy_group_name": "ansible_CreateRCG-002",
"remote_copy_targets": null,
"remove_secondary_volume": false,
"skip_initial_sync": false,
"skip_promote": false,
"skip_start": false,
"skip_sync": false,
"snapshot_name": null,
"source_port": null,
"starting_snapshots": null,
"state": "admit_target",
"stop_groups": false,
"storage_system_ip": "192.168.67.7",
"storage_system_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
"storage_system_username": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
"target_mode": "sync",
"target_name": "CSSOS-SSA06",
"target_port_wwn_or_ip": null,
"unset_snap_cpg": false,
"unset_user_cpg": false,
"volume_auto_creation": false,
"volume_name": null
}
},
"msg": "Admit remote copy target failed| Admit remote copy target failed Error is 'e_volume_01:invalid_sec_vol\r' "
}
The text was updated successfully, but these errors were encountered: