forked from TrueCloudLab/frostfs-node
[#1] Fix project name in control service
Signed-off-by: Stanislav Bogatyrev <s.bogatyrev@yadro.com>
This commit is contained in:
parent
f825cfac78
commit
c761a95eef
12 changed files with 37 additions and 37 deletions
8
pkg/services/control/service.pb.go
generated
8
pkg/services/control/service.pb.go
generated
|
@ -1,7 +1,7 @@
|
|||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.26.0
|
||||
// protoc v3.21.12
|
||||
// protoc v3.12.4
|
||||
// source: pkg/services/control/service.proto
|
||||
|
||||
package control
|
||||
|
@ -1217,7 +1217,7 @@ type HealthCheckResponse_Body struct {
|
|||
sizeCache protoimpl.SizeCache
|
||||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
// Status of the storage node in NeoFS network map.
|
||||
// Status of the storage node in FrostFS network map.
|
||||
NetmapStatus NetmapStatus `protobuf:"varint,1,opt,name=netmap_status,json=netmapStatus,proto3,enum=control.NetmapStatus" json:"netmap_status,omitempty"`
|
||||
// Health status of storage node application.
|
||||
HealthStatus HealthStatus `protobuf:"varint,2,opt,name=health_status,json=healthStatus,proto3,enum=control.HealthStatus" json:"health_status,omitempty"`
|
||||
|
@ -1275,7 +1275,7 @@ type SetNetmapStatusRequest_Body struct {
|
|||
sizeCache protoimpl.SizeCache
|
||||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
// New storage node status in NeoFS network map.
|
||||
// New storage node status in FrostFS network map.
|
||||
// If status is MAINTENANCE, the node checks whether maintenance is
|
||||
// allowed in the network settings. In case of prohibition, the request
|
||||
// is denied. Otherwise, node switches to local maintenance state. To
|
||||
|
@ -1379,7 +1379,7 @@ type DropObjectsRequest_Body struct {
|
|||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
// List of object addresses to be removed.
|
||||
// in NeoFS API binary format.
|
||||
// in FrostFS API binary format.
|
||||
AddressList [][]byte `protobuf:"bytes,1,rep,name=address_list,json=addressList,proto3" json:"address_list,omitempty"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue