Compare commits
1 commit
master
...
feat/rep_w
Author | SHA1 | Date | |
---|---|---|---|
|
8f49991b5b |
3 changed files with 6 additions and 2 deletions
|
@ -112,6 +112,10 @@ message Replica {
|
||||||
|
|
||||||
// Parity shards count
|
// Parity shards count
|
||||||
uint32 ec_parity_count = 4 [ json_name = "ecParityCount" ];
|
uint32 ec_parity_count = 4 [ json_name = "ecParityCount" ];
|
||||||
|
|
||||||
|
// Use all nodes from the node set defined by the selector.
|
||||||
|
// This flag is applicable only to the 'REP' selector and cannot be used for 'EC'.
|
||||||
|
bool wildcard = 5 [ json_name = "wildcard" ];
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set of rules to select a subset of nodes from `NetworkMap` able to store
|
// Set of rules to select a subset of nodes from `NetworkMap` able to store
|
||||||
|
|
|
@ -141,8 +141,7 @@ message Header {
|
||||||
// * Name \
|
// * Name \
|
||||||
// Human-friendly name
|
// Human-friendly name
|
||||||
// * FileName \
|
// * FileName \
|
||||||
// File name to be associated with the object on saving. FileName must not
|
// File name to be associated with the object on saving
|
||||||
// contain the delimiting symbol '/'.
|
|
||||||
// * FilePath \
|
// * FilePath \
|
||||||
// Full path to be associated with the object on saving. Should start with a
|
// Full path to be associated with the object on saving. Should start with a
|
||||||
// '/' and use '/' as a delimiting symbol. Trailing '/' should be
|
// '/' and use '/' as a delimiting symbol. Trailing '/' should be
|
||||||
|
|
|
@ -515,6 +515,7 @@ default.
|
||||||
| selector | [string](#string) | | Named selector bucket to put replicas |
|
| selector | [string](#string) | | Named selector bucket to put replicas |
|
||||||
| ec_data_count | [uint32](#uint32) | | Data shards count |
|
| ec_data_count | [uint32](#uint32) | | Data shards count |
|
||||||
| ec_parity_count | [uint32](#uint32) | | Parity shards count |
|
| ec_parity_count | [uint32](#uint32) | | Parity shards count |
|
||||||
|
| wildcard | [bool](#bool) | | Use all nodes from the node set defined by the selector. This flag is applicable only to the 'REP' selector and cannot be used for 'EC'. |
|
||||||
|
|
||||||
|
|
||||||
<a name="neo.fs.v2.netmap.Selector"></a>
|
<a name="neo.fs.v2.netmap.Selector"></a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue