• Tim Gross's avatar
    CSI: remove prefix matching from CSIVolumeByID and fix CLI prefix matching (#10158) · a1eaad9c
    Tim Gross authored
    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").
    
    Removing the incorrect prefix matching from `CSIVolumeByID` breaks prefix
    matching in the command line client. Add the required elements for prefix
    matching to the commands and API.
    a1eaad9c
To find the state of this project's repository at the time of any of these versions, check out the tags.