ansible-collections / ibm_zos_core

Red Hat Ansible Certified Content for IBM Z
75 stars 44 forks source link

[Bugfix] [zos_copy] Only issue opercmd to check for a locked data set if dest exists #1549

Open fernandofloresg opened 1 week ago

fernandofloresg commented 1 week ago
SUMMARY

zos_copy was issuing an opercmd to see if the destination data set is locked even if it does not exist. Fix only issues the command if destination exists.

This is the fix meant for 1.9.2 release, did not add a test case for this scenario since automating a test to validate the command was not issued would take me some time, basically that would need to check the syslog to make sure the command was not issued for that specific data set name, I can add it if requested.

Fixes #1544

ISSUE TYPE
COMPONENT NAME

zos_copy

ADDITIONAL INFORMATION
fernandofloresg commented 4 days ago

Screenshot 2024-06-28 at 12 46 12 PM