mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-02 10:18:10 +00:00
fix(ecstore): require durable decommission ledger format (#6871)
This commit is contained in:
@@ -30,6 +30,9 @@ enum ControlPlaneErrorCode {
|
||||
// The peer answered but its storage/IAM layer is not initialized yet
|
||||
// (legacy string form: "errServerNotInitialized").
|
||||
CONTROL_PLANE_ERROR_NOT_INITIALIZED = 1;
|
||||
// The peer rejected a control-plane request before changing durable state.
|
||||
// error_info carries the actionable validation reason.
|
||||
CONTROL_PLANE_ERROR_INVALID_ARGUMENT = 2;
|
||||
}
|
||||
|
||||
message PingRequest {
|
||||
|
||||
Reference in New Issue
Block a user