Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VM: Handle not found file descriptor (#14479)
This simply adds a check for whether a file descriptor with the provided name exists and return an error if it doesn't. The motivation for this was the fact that we found out we were using mismatched names for block devices file descriptors on create/removal, which caused removal to not take effect (refer to #14461 (comment)). This will be fixed by #14461 and then this PR can be merged to detect future instances of this same problem.
- Loading branch information