We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
The v1.1.3 release is still missing from docker hub. Might want to rerelease that so it's get published there.
Sorry, something went wrong.
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.
No branches or pull requests
from the github actions logs
The text was updated successfully, but these errors were encountered: