Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

csi-spec update to >=1.3.0 fails with below error #48

Closed
humblec opened this issue May 17, 2021 · 3 comments
Closed

csi-spec update to >=1.3.0 fails with below error #48

humblec opened this issue May 17, 2021 · 3 comments
Assignees

Comments

@humblec
Copy link
Contributor

humblec commented May 17, 2021

+ go build -a -ldflags ' -X main.version=991e8fb04982913f68afdaaf5af265fefc715e1b  -extldflags "-static"' -o ./bin/iscsiplugin ./cmd/iscsiplugin
# github.com/kubernetes-csi/csi-driver-iscsi/pkg/iscsi
pkg/iscsi/driver.go:76:22: cannot use NewControllerServer(d) (type *ControllerServer) as type csi.ControllerServer in argument to s.Start:
	*ControllerServer does not implement csi.ControllerServer (missing ControllerGetVolume method)
note: module requires Go 1.16
Building iscsiplugin for GOOS= GOARCH= failed, see error(s) above.
make: *** [release-tools/build.make:81: build-iscsiplugin] Error 1
@humblec
Copy link
Contributor Author

humblec commented May 17, 2021

This is due to the breaking change in CSI spec version.

@humblec
Copy link
Contributor Author

humblec commented May 17, 2021

/assign @humblec

@humblec
Copy link
Contributor Author

humblec commented May 17, 2021

Done. Thanks Closing this issue.

@humblec humblec closed this as completed May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant