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

Latest 1.1.3 had docker build error #114

Open
washcycle opened this issue Mar 21, 2023 · 2 comments
Open

Latest 1.1.3 had docker build error #114

washcycle opened this issue Mar 21, 2023 · 2 comments

Comments

@washcycle
Copy link
Contributor

from the github actions logs

#43 [linux/amd64 builder 8/8] RUN cd /go/src/github.com/seaweedfs/seaweedfs-csi-driver && go build -o /seaweedfs-csi-driver ./cmd/seaweedfs-csi-driver/main.go
#43 99.41 # github.com/seaweedfs/seaweedfs-csi-driver/pkg/driver
#43 99.41 pkg/driver/driver.go:148:43: cannot use d.signature (variable of type int32) as func(*grpc.ClientConn) error value in argument to pb.WithGrpcClient
#43 99.41 pkg/driver/driver.go:148:56: cannot use func(grpcConnection *grpc.ClientConn) error {…} (value of type func(grpcConnection *grpc.ClientConn) error) as string value in argument to pb.WithGrpcClient
#43 99.41 pkg/driver/driver.go:151:7: cannot use d.filers[i].ToGrpcAddress() (value of type string) as bool value in argument to pb.WithGrpcClient
#43 99.41 pkg/driver/driver.go:151:36: cannot use false (constant of type bool) as grpc.DialOption value in argument to pb.WithGrpcClient: bool does not implement grpc.DialOption (missing method apply)
#43 ERROR: process "/bin/sh -c cd /go/src/github.com/seaweedfs/seaweedfs-csi-driver && go build -o /seaweedfs-csi-driver ./cmd/seaweedfs-csi-driver/main.go" did not complete successfully: exit code: 1
@washcycle
Copy link
Contributor Author

The v1.1.3 release is still missing from docker hub. Might want to rerelease that so it's get published there.

@chrislusf
Copy link
Contributor

Thanks for noticing this! I am not quite sure how to re-release this.

1.1.4 is working fine, right?

New SeaweedFS releases have FUSE mount fixes. Seems csi drivers also need to have corresponding releases to include the changes.

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

2 participants