zowe files create ds
always assume secondary space of 1
#1595
Labels
bug
Something isn't working
priority-medium
Not functioning - next quarter if capacity permits
severity-medium
Bug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complex.
Describe the bug
Back when the
--primary-space
option was exposed for allocation purposes (#648 : 4a1fa10) it was assumed that there will always be a secondary size for any type of dataset, which was not a bad assumption at the time.However, with the introduction of the
BLANK
type of dataset (#973 : 36a9eba), the previous assumption should've been rectified and a space allocation should have been required forBLANK
dataset types.The bug in question is that by running
zowe files create ds IBMUSER.TESTDS --dst BASIC
, the user creates a dataset with no space left, forcing an extent to be immediately used (See Primary and Secondary Space allocation without the Guaranteed Space Attribute for more info on Allocation Extent limits)Expected and actual results
zowe files create ds IBMUSER.TESTDS --dst BASIC
Command Error: Missing Allocation Space
The command assumed secondary space of 1
Describe your environment
zowe --version
): 7.9.4The text was updated successfully, but these errors were encountered: