Merge pull request #643 from mwhudson/cdl-not-ldl

format dasds with cdl not ldl
This commit is contained in:
Michael Hudson-Doyle 2020-03-04 16:13:31 +01:00 committed by GitHub
commit b002a4b496
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1479,7 +1479,7 @@ class FilesystemModel(object):
device.ptable = device.ptable_for_new_partition()
dasd = device.dasd()
if dasd is not None:
dasd.device_layout = 'ldl'
dasd.device_layout = 'cdl'
dasd.preserve = False
self._actions.append(p)
return p