Add UNIQUE keyword to placement policy #72

Closed
opened 2023-05-17 15:09:54 +00:00 by fyrchik · 1 comment
Owner

UNIQUE must ensure that any 2 reps in the policy don't overlap.

This selects 1 node:

REP 1
REP 1
CBF 1

But this selects 2:

UNIQUE
REP 1
REP 1
CBF 1

Depends on TrueCloudLab/frostfs-api-go#31

`UNIQUE` must ensure that any 2 reps in the policy don't overlap. This selects 1 node: ``` REP 1 REP 1 CBF 1 ``` But this selects 2: ``` UNIQUE REP 1 REP 1 CBF 1 ``` Depends on https://git.frostfs.info/TrueCloudLab/frostfs-api-go/issues/31
fyrchik added the
enhancement
label 2023-05-17 15:10:08 +00:00
ale64bit self-assigned this 2023-05-24 08:10:40 +00:00
Member

Closed by #89

Closed by https://git.frostfs.info/TrueCloudLab/frostfs-sdk-go/pulls/89
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-sdk-go#72
No description provided.