spec icon indicating copy to clipboard operation
spec copied to clipboard

Container Storage Interface (CSI) Specification.

Results 126 spec issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem?/Why is this needed** While implementing a new CSI driver (KubeSAN), we initially implemented a block-only setup (that is, any VolumeCapability used to...

**What type of PR is this?** Documentation enhancement for a common CreateVolumeGroupSnapshot error. **What this PR does / why we need it**: The `ABORTED` error code is currently not documented...

**Is your feature request related to a problem?/Why is this needed** Today the parameters field of the CreateVolumeRequest is a map. `map parameters = 4; ` Refer [here](https://github.com/container-storage-interface/spec/blob/master/csi.proto#L381) We have...

Regenerated csi.pb.go with older protoc-gen-go to restore grpc message structures. go.mod has github.com/golang/protobuf 1.5.3, which has a protoc-gen-go that generates code that introduces breaking changes, see #570. Instead of 1.5.3,...

Update to https://github.com/container-storage-interface/spec/pull/552/ has broken quite some Kubernetes CSI sidecars. So far I identified two issues: 1. [gomock](https://github.com/golang/mock) cannot easily compare two messages now. Protobuf now stores some private stuff...

**What type of PR is this?** Doc clarification, plus feature proposal **What this PR does / why we need it**: Clarify that by default, a Plugin MUST ensure that a...