forked from TrueCloudLab/frostfs-api
[#222] storagegroup: Force members to be unique
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
e31fcad6b8
commit
5bd512774c
1 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,6 @@ message StorageGroup {
|
|||
// DEPRECATED. Last NeoFS epoch number of the storage group lifetime
|
||||
uint64 expiration_epoch = 3 [json_name = "expirationEpoch", deprecated = true];
|
||||
|
||||
// Strictly ordered list of storage group member objects
|
||||
// Strictly ordered list of storage group member objects. Members MUST be unique
|
||||
repeated neo.fs.v2.refs.ObjectID members = 4 [json_name = "members"];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue