Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
csi: remove redundant schedulable check in
FreeWriteClaims
If a volume has been created but not yet claimed, its capabilities will be checked in `WriteSchedulable` at both scheduling time and claim time. We don't need to also check them in the `FreeWriteClaims` method.
- Loading branch information