mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-12 08:06:54 +00:00
support some peer rest api
Signed-off-by: mujunxiang <1948535941@qq.com>
This commit is contained in:
@@ -1036,10 +1036,8 @@ pub struct LoadRebalanceMetaResponse {
|
||||
pub error_info: ::core::option::Option<::prost::alloc::string::String>,
|
||||
}
|
||||
#[derive(Clone, Copy, PartialEq, ::prost::Message)]
|
||||
pub struct LoadTransitionTierConfigRequest {
|
||||
#[prost(bool, tag = "1")]
|
||||
pub start_rebalance: bool,
|
||||
}
|
||||
pub struct LoadTransitionTierConfigRequest {}
|
||||
|
||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||
pub struct LoadTransitionTierConfigResponse {
|
||||
#[prost(bool, tag = "1")]
|
||||
|
||||
@@ -725,9 +725,7 @@ message LoadRebalanceMetaResponse {
|
||||
optional string error_info = 2;
|
||||
}
|
||||
|
||||
message LoadTransitionTierConfigRequest {
|
||||
bool start_rebalance = 1;
|
||||
}
|
||||
message LoadTransitionTierConfigRequest {}
|
||||
|
||||
message LoadTransitionTierConfigResponse {
|
||||
bool success = 1;
|
||||
|
||||
Reference in New Issue
Block a user