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
When a DASD device gets resized and formatted using dasdfmt -M expand calling fdasd afterwards might lead to the following BUG statement:
BUG: specified free space extent for deleting not found in FMT5/7 DSCB!
Afterwards fdasd is not able to use the expanded portion of the disk.
Workflow to recreate:
resize DASD
call dasdfmt -M expand /dev/dasdX
call fdasd in interactive mode
r - re-create VTOC and delete all partitions
re create old partitions
OR
u - re-create VTOC re-using existing partition sizes
try to create new partition
-> BUG
NOTE:
It works if fdasd is only called in interactive mode to "r - re-create VTOC and delete all partitions" and the re-creation of the partition layout is done using fdasd -c CONFIGFILE.
The text was updated successfully, but these errors were encountered:
When a DASD device gets resized and formatted using
dasdfmt -M expand
calling fdasd afterwards might lead to the following BUG statement:BUG: specified free space extent for deleting not found in FMT5/7 DSCB!
Afterwards fdasd is not able to use the expanded portion of the disk.
Workflow to recreate:
dasdfmt -M expand /dev/dasdX
OR
-> BUG
NOTE:
It works if fdasd is only called in interactive mode to "r - re-create VTOC and delete all partitions" and the re-creation of the partition layout is done using
fdasd -c CONFIGFILE
.The text was updated successfully, but these errors were encountered: