Browse Source

Add `generation` field to volume_server_pb VolumeEcShards{Mount,Unmount}Request

add-ec-vacuum
chrislu 5 months ago
parent
commit
312fee4ddf
  1. 2
      weed/pb/volume_server.proto
  2. 30
      weed/pb/volume_server_pb/volume_server.pb.go

2
weed/pb/volume_server.proto

@ -418,6 +418,7 @@ message VolumeEcShardsMountRequest {
uint32 volume_id = 1; uint32 volume_id = 1;
string collection = 2; string collection = 2;
repeated uint32 shard_ids = 3; repeated uint32 shard_ids = 3;
uint32 generation = 4; // generation of shards to mount, defaults to 0
} }
message VolumeEcShardsMountResponse { message VolumeEcShardsMountResponse {
} }
@ -425,6 +426,7 @@ message VolumeEcShardsMountResponse {
message VolumeEcShardsUnmountRequest { message VolumeEcShardsUnmountRequest {
uint32 volume_id = 1; uint32 volume_id = 1;
repeated uint32 shard_ids = 3; repeated uint32 shard_ids = 3;
uint32 generation = 4; // generation of shards to unmount, defaults to 0
} }
message VolumeEcShardsUnmountResponse { message VolumeEcShardsUnmountResponse {
} }

30
weed/pb/volume_server_pb/volume_server.pb.go

@ -3341,6 +3341,7 @@ type VolumeEcShardsMountRequest struct {
VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId,proto3" json:"volume_id,omitempty"` VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId,proto3" json:"volume_id,omitempty"`
Collection string `protobuf:"bytes,2,opt,name=collection,proto3" json:"collection,omitempty"` Collection string `protobuf:"bytes,2,opt,name=collection,proto3" json:"collection,omitempty"`
ShardIds []uint32 `protobuf:"varint,3,rep,packed,name=shard_ids,json=shardIds,proto3" json:"shard_ids,omitempty"` ShardIds []uint32 `protobuf:"varint,3,rep,packed,name=shard_ids,json=shardIds,proto3" json:"shard_ids,omitempty"`
Generation uint32 `protobuf:"varint,4,opt,name=generation,proto3" json:"generation,omitempty"` // generation of shards to mount, defaults to 0
unknownFields protoimpl.UnknownFields unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache sizeCache protoimpl.SizeCache
} }
@ -3396,6 +3397,13 @@ func (x *VolumeEcShardsMountRequest) GetShardIds() []uint32 {
return nil return nil
} }
func (x *VolumeEcShardsMountRequest) GetGeneration() uint32 {
if x != nil {
return x.Generation
}
return 0
}
type VolumeEcShardsMountResponse struct { type VolumeEcShardsMountResponse struct {
state protoimpl.MessageState `protogen:"open.v1"` state protoimpl.MessageState `protogen:"open.v1"`
unknownFields protoimpl.UnknownFields unknownFields protoimpl.UnknownFields
@ -3436,6 +3444,7 @@ type VolumeEcShardsUnmountRequest struct {
state protoimpl.MessageState `protogen:"open.v1"` state protoimpl.MessageState `protogen:"open.v1"`
VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId,proto3" json:"volume_id,omitempty"` VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId,proto3" json:"volume_id,omitempty"`
ShardIds []uint32 `protobuf:"varint,3,rep,packed,name=shard_ids,json=shardIds,proto3" json:"shard_ids,omitempty"` ShardIds []uint32 `protobuf:"varint,3,rep,packed,name=shard_ids,json=shardIds,proto3" json:"shard_ids,omitempty"`
Generation uint32 `protobuf:"varint,4,opt,name=generation,proto3" json:"generation,omitempty"` // generation of shards to unmount, defaults to 0
unknownFields protoimpl.UnknownFields unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache sizeCache protoimpl.SizeCache
} }
@ -3484,6 +3493,13 @@ func (x *VolumeEcShardsUnmountRequest) GetShardIds() []uint32 {
return nil return nil
} }
func (x *VolumeEcShardsUnmountRequest) GetGeneration() uint32 {
if x != nil {
return x.Generation
}
return 0
}
type VolumeEcShardsUnmountResponse struct { type VolumeEcShardsUnmountResponse struct {
state protoimpl.MessageState `protogen:"open.v1"` state protoimpl.MessageState `protogen:"open.v1"`
unknownFields protoimpl.UnknownFields unknownFields protoimpl.UnknownFields
@ -6330,17 +6346,23 @@ const file_volume_server_proto_rawDesc = "" +
"collection\x18\x02 \x01(\tR\n" + "collection\x18\x02 \x01(\tR\n" +
"collection\x12\x1b\n" + "collection\x12\x1b\n" +
"\tshard_ids\x18\x03 \x03(\rR\bshardIds\"\x1e\n" + "\tshard_ids\x18\x03 \x03(\rR\bshardIds\"\x1e\n" +
"\x1cVolumeEcShardsDeleteResponse\"v\n" +
"\x1cVolumeEcShardsDeleteResponse\"\x96\x01\n" +
"\x1aVolumeEcShardsMountRequest\x12\x1b\n" + "\x1aVolumeEcShardsMountRequest\x12\x1b\n" +
"\tvolume_id\x18\x01 \x01(\rR\bvolumeId\x12\x1e\n" + "\tvolume_id\x18\x01 \x01(\rR\bvolumeId\x12\x1e\n" +
"\n" + "\n" +
"collection\x18\x02 \x01(\tR\n" + "collection\x18\x02 \x01(\tR\n" +
"collection\x12\x1b\n" + "collection\x12\x1b\n" +
"\tshard_ids\x18\x03 \x03(\rR\bshardIds\"\x1d\n" +
"\x1bVolumeEcShardsMountResponse\"X\n" +
"\tshard_ids\x18\x03 \x03(\rR\bshardIds\x12\x1e\n" +
"\n" +
"generation\x18\x04 \x01(\rR\n" +
"generation\"\x1d\n" +
"\x1bVolumeEcShardsMountResponse\"x\n" +
"\x1cVolumeEcShardsUnmountRequest\x12\x1b\n" + "\x1cVolumeEcShardsUnmountRequest\x12\x1b\n" +
"\tvolume_id\x18\x01 \x01(\rR\bvolumeId\x12\x1b\n" + "\tvolume_id\x18\x01 \x01(\rR\bvolumeId\x12\x1b\n" +
"\tshard_ids\x18\x03 \x03(\rR\bshardIds\"\x1f\n" +
"\tshard_ids\x18\x03 \x03(\rR\bshardIds\x12\x1e\n" +
"\n" +
"generation\x18\x04 \x01(\rR\n" +
"generation\"\x1f\n" +
"\x1dVolumeEcShardsUnmountResponse\"\x99\x01\n" + "\x1dVolumeEcShardsUnmountResponse\"\x99\x01\n" +
"\x18VolumeEcShardReadRequest\x12\x1b\n" + "\x18VolumeEcShardReadRequest\x12\x1b\n" +
"\tvolume_id\x18\x01 \x01(\rR\bvolumeId\x12\x19\n" + "\tvolume_id\x18\x01 \x01(\rR\bvolumeId\x12\x19\n" +

Loading…
Cancel
Save