Commit 55506e65 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e1f2096e
...@@ -86,7 +86,7 @@ GetObject C -> S ...@@ -86,7 +86,7 @@ GetObject C -> S
.serial .serial
.tid .tid
AnswerGetObject S -> C AnswerObject S -> C
.oid OID .oid OID
.serial_start TID .serial_start TID
.serial_end TID .serial_end TID
......
...@@ -523,7 +523,7 @@ var errClusterDegraded = stderrors.New("cluster became non-operatonal") ...@@ -523,7 +523,7 @@ var errClusterDegraded = stderrors.New("cluster became non-operatonal")
// which such transactions need to be either finished or rolled back. // which such transactions need to be either finished or rolled back.
// - executes decided finishes and rollbacks on the storages. // - executes decided finishes and rollbacks on the storages.
// - retrieve last ids from storages along the way. // - retrieve last ids from storages along the way.
// - once we are done without loosing too much storages in the process (so that // - once we are done without losing too much storages in the process (so that
// partition table is still operational) we are ready to enter servicing state. // partition table is still operational) we are ready to enter servicing state.
// verify drives cluster during verification phase // verify drives cluster during verification phase
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment