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
Copy file name to clipboardExpand all lines: docs/source/release_notes.rst
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,8 @@ Minor Changes
14
14
15
15
- ``zos_copy``
16
16
17
-
- Adds ``large`` as a choice for ``type`` in ``dest_data_set``. - Adds logging of Jinja rendered template content when `use_template` is true and verbosity level `-vvv` is used.
17
+
- Adds ``large`` as a choice for ``type`` in ``dest_data_set``.
18
+
- Adds logging of Jinja rendered template content when `use_template` is true and verbosity level `-vvv` is used.
18
19
- Adds support for copying in asynchronous mode inside playbooks.
19
20
- Removes the need to allow READ access to MVS.MCSOPER.ZOAU to execute the module by changing how the module checks if a data set is locked.
20
21
@@ -72,6 +73,11 @@ Availability
72
73
* `Galaxy`_
73
74
* `GitHub`_
74
75
76
+
Known Issues
77
+
------------
78
+
- ``zos_copy`` - Copying from a sequential data set that is in use will result in a false positive and destination data set will be empty. The same is true when ``type=gdg`` and source GDS is a sequential data set in use.
0 commit comments