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.
When a DASD device gets resized and formatted using
dasdfmt -M expandcalling 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/dasdXOR
-> 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.