-
Notifications
You must be signed in to change notification settings - Fork 45
[Enabler][Research][ibm_zos_*] Review all modules that can benefit from disposition share mode (DISP=SHR) #357
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
Comments
remember to take a look at zos_blockinfile |
This task may not be as straightforward as simply adding a "disp=shr" option and calling
|
had a chance to look into this slightly, set up a playbook to test out some approaches -- this will definitely require additional research into the capabilities of disp=shr and where it's appropriate and where it's not
|
Uh oh!
There was an error while loading. Please reload this page.
FEATURE
Many modules in the ibm_zos_core collection work with data sets that could benefit from DISP=SHR, for example the ibm_zos_data set calls ZOAU
mrm
and if the data set is being accessed by a long running task (started task or any other task) it will fail to delete the member.This issue is to review all the ibm_zos_core modules and figure out which ones could benefit to support a mode of (force). This issue should return a researched list of modules, in doing so, it should also return a list of ZOAU functions needing to be enhanced to support DISP=SHR.
The text was updated successfully, but these errors were encountered: