REP3 in policy "REP 1 IN SPB REP 1 IN MSK REP3" doesn't work #102
Labels
No labels
P0
P1
P2
P3
good first issue
pool
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-sdk-go#102
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Expected Behavior
We must be able to create third replica of object somewhere using following policy:
Current Behavior
We cannot be able to create third replica of object somewhere.
Steps to Reproduce (for bugs)
1.Network map
2.Using policy playgroung to test the following policy:
3.Then add REP3 to the policy:
4.We cannot be able to create container with this policy:
5.Even we create container with this policy (with
--force
flag) we cannot be able to PUT object to REP3:Regression
No
Your Environment
Virtual
4 nodes
At one point we had the intention to allow
REP N SELECT 3
policies (note the ommittedIN ..
clause forREP
). This case is explicitly processed in the code.I see 3 options:
REP 1
will work, but for multiple repsSELECT 1 IN * AS ALL
may be required.REP
statements with AND without selector.REP
always selects from ALL nodes.Stayed on the last option.
Needs to add this behavior to documentation.