[#42] netmap: Renumerate Replica message fields
* Reassign ec_data_count and ec_parity_count to 3 and 4. Signed-off-by: Airat Arifullin <aarifullin@yadro.com>
This commit is contained in:
parent
07eb6a438c
commit
433b2e6a47
1 changed files with 2 additions and 2 deletions
|
@ -105,10 +105,10 @@ message Replica {
|
|||
string selector = 2 [ json_name = "selector" ];
|
||||
|
||||
// Data shards count
|
||||
uint32 ec_data_count = 6 [ json_name = "ecDataCount" ];
|
||||
uint32 ec_data_count = 3 [ json_name = "ecDataCount" ];
|
||||
|
||||
// Parity shards count
|
||||
uint32 ec_parity_count = 7 [ json_name = "ecParityCount" ];
|
||||
uint32 ec_parity_count = 4 [ json_name = "ecParityCount" ];
|
||||
}
|
||||
|
||||
// Set of rules to select a subset of nodes from `NetworkMap` able to store
|
||||
|
|
Loading…
Reference in a new issue