Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
csi: CSIVolumeByID should not use prefix query
Callers of `CSIVolumeByID` are generally assuming they should receive a single volume. This potentially results in feasibility checking being performed against the wrong volume if a volume's ID is a prefix substring of other volume (for example: "test" and "testing").
- Loading branch information