format dasds with cdl not ldl

This commit is contained in:
Michael Hudson-Doyle 2020-03-04 14:00:11 +01:00
parent 32012389ca
commit 774fa7b7be
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() device.ptable = device.ptable_for_new_partition()
dasd = device.dasd() dasd = device.dasd()
if dasd is not None: if dasd is not None:
dasd.device_layout = 'ldl' dasd.device_layout = 'cdl'
dasd.preserve = False dasd.preserve = False
self._actions.append(p) self._actions.append(p)
return p return p