File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change
1
+ trivial :
2
+ - zos_data_set - Removed Extra Validation step Error for multi volume cases because it is being handled
3
+ by ZOAU
4
+ (https://github.com/ansible-collections/ibm_zos_core/pull/2068).
Original file line number Diff line number Diff line change @@ -1406,10 +1406,6 @@ def create(
1406
1406
create_exception .response .stdout_response + "\n " + create_exception .response .stderr_response
1407
1407
)
1408
1408
except exceptions .DatasetVerificationError :
1409
- # verification of a data set spanning multiple volumes is currently broken in ZOAU v.1.3.0
1410
- if volumes and len (volumes ) > 1 :
1411
- if DataSet .data_set_cataloged (name , volumes , tmphlq = tmp_hlq ):
1412
- return 0
1413
1409
raise DatasetCreateError (
1414
1410
raw_name if raw_name else name ,
1415
1411
msg = "Unable to verify the data set was created. Received DatasetVerificationError from ZOAU." ,
You can’t perform that action at this time.
0 commit comments