= A new workspace can not be created if the target devfile contains both parent reference and the storage-type attribute
Before this release, you could not create a workspace if the target devfile had a parent reference, and had the `storage-type` field overridden, since the link:
https://devfile.io/docs/2.0.0/devfile-schema#parent[parent schema] does not support overrides in the attributes. The defect has been fixed.
Starting from this release, the `attributes.controller.devfile.io/storage-type` is not applied in the child devfile if it is defined in the parent. The `Change Storage Type` widget is also disabled in this situation.