netmap: Renumerate Replica message fields #42

Merged
fyrchik merged 1 commit from aarifullin/frostfs-api:fix/replica_ec_tag_numbers into master 2024-03-27 08:50:06 +00:00

View file

@ -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