gocsi icon indicating copy to clipboard operation
gocsi copied to clipboard

A Container Storage Interface (CSI) library, client, and other helpful utilities created with Go.

Results 18 gocsi issues
Sort by recently updated
recently updated
newest added

This version is latest commit on release-3.4, but go mod picks up and odd tag prefix for it (probably because package is not v3, so it looks for a v0...

- Updating of all deps to latest versions - Using "go.etcd.io/etcd/client/" in lieu of "github.com/coreos/etcd/clientv3" - Updating to v1.5.0 of "github.com/container-storage-interface/spec" - Using `volCap` in lieu of `cap` for var...

When running `gocsi.sh`, it finished with: ```plain service/service.go:26:9: cannot use &service literal (type *service) as type Service in return argument: *service does not implement Service (missing ControllerGetVolume method) ```

# Summary gocsi.sh attempts to download dependencies without properly initializing the project ## Expected Behavior gocsi.sh should work as expected ## Actual Behavior gocsi.sh does not work as expected ##...

# Summary gocsi.sh assumes GOPATH is a single value # Bug Reports the generator script doesn't handle GOPATH gracefully when multiple entries are present, which is the default: ```bash $...

# Question Just checking out to see if the RexRay CSI is compatible with Nomad ? Did anyone try deploying the CSI plugin into Nomad for Google Cloud Persistent Disks?

# Summary One can use `csc` to create a snapshot, but there is no way to materialise back a snapshot into a volume because create-volume doesn't allow to specify the...