Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix empty volume group creation through cli tool
when creating empty volume group through cli, the strings.Split() function returns a [""] value, i.e, a slice of length 1 having the value as 1 `[""]` empty string. As a result, csi panics when it tries to find the volumeID with the respective value. Signed-off-by: Nikhil-Ladha <[email protected]>
- Loading branch information