forked from TrueCloudLab/frostfs-api-go
[#31] netmap: Add unique field marshaling for PlacementPolicy
Signed-off-by: Airat Arifullin a.arifullin@yadro.com
This commit is contained in:
parent
68021b910a
commit
e9d67aa1b2
2 changed files with 6 additions and 1 deletions
|
@ -55,11 +55,11 @@ type Replica struct {
|
|||
type Operation uint32
|
||||
|
||||
type PlacementPolicy struct {
|
||||
unique bool
|
||||
replicas []Replica
|
||||
backupFactor uint32
|
||||
selectors []Selector
|
||||
filters []Filter
|
||||
unique bool
|
||||
}
|
||||
|
||||
// Attribute of storage node.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue