fix(ecstore): require durable decommission ledger format (#6871)

This commit is contained in:
cxymds
2026-08-30 08:47:09 +08:00
committed by GitHub
parent 1e8c8d4cd5
commit 21e5b3dc64
7 changed files with 382 additions and 16 deletions
+3
View File
@@ -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 {