mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-12 16:16:55 +00:00
fix(storage): harden rebalance decommission state (#3515)
This commit is contained in:
@@ -1080,8 +1080,11 @@ pub struct ReloadPoolMetaResponse {
|
||||
#[prost(string, optional, tag = "2")]
|
||||
pub error_info: ::core::option::Option<::prost::alloc::string::String>,
|
||||
}
|
||||
#[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
|
||||
pub struct StopRebalanceRequest {}
|
||||
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
|
||||
pub struct StopRebalanceRequest {
|
||||
#[prost(string, tag = "1")]
|
||||
pub expected_rebalance_id: ::prost::alloc::string::String,
|
||||
}
|
||||
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
|
||||
pub struct StopRebalanceResponse {
|
||||
#[prost(bool, tag = "1")]
|
||||
|
||||
Reference in New Issue
Block a user