aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/iam_pb
diff options
context:
space:
mode:
authorwusong <75450248+wusongANKANG@users.noreply.github.com>2023-06-06 01:17:21 +0800
committerGitHub <noreply@github.com>2023-06-05 10:17:21 -0700
commit26f15d007977bd048c1908d9b2e11d512699b007 (patch)
treefc789376e6b554bddd5393fcf0f357c8ab73e83d /weed/pb/iam_pb
parentfb4b61036cd6389b18efc5343b766b1c5512ad1c (diff)
downloadseaweedfs-26f15d007977bd048c1908d9b2e11d512699b007.tar.xz
seaweedfs-26f15d007977bd048c1908d9b2e11d512699b007.zip
Fix no more writable volumes by delay judgment (#4548)
* fix nomore writables volumes while disk free space is sufficient by time delay * reset --------- Co-authored-by: wang wusong <wangwusong@virtaitech.com>
Diffstat (limited to 'weed/pb/iam_pb')
-rw-r--r--weed/pb/iam_pb/iam.pb.go4
-rw-r--r--weed/pb/iam_pb/iam_grpc.pb.go6
2 files changed, 6 insertions, 4 deletions
diff --git a/weed/pb/iam_pb/iam.pb.go b/weed/pb/iam_pb/iam.pb.go
index e94454e47..c99c7b2b4 100644
--- a/weed/pb/iam_pb/iam.pb.go
+++ b/weed/pb/iam_pb/iam.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
-// protoc-gen-go v1.28.1
-// protoc v3.21.12
+// protoc-gen-go v1.30.0
+// protoc v4.22.2
// source: iam.proto
package iam_pb
diff --git a/weed/pb/iam_pb/iam_grpc.pb.go b/weed/pb/iam_pb/iam_grpc.pb.go
index ea4e1bb41..6af7dcdeb 100644
--- a/weed/pb/iam_pb/iam_grpc.pb.go
+++ b/weed/pb/iam_pb/iam_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
-// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.21.12
+// - protoc-gen-go-grpc v1.3.0
+// - protoc v4.22.2
// source: iam.proto
package iam_pb
@@ -15,6 +15,8 @@ import (
// Requires gRPC-Go v1.32.0 or later.
const _ = grpc.SupportPackageIsVersion7
+const ()
+
// SeaweedIdentityAccessManagementClient is the client API for SeaweedIdentityAccessManagement service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.