Allow to override strict
flag for policy calculation #168
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-sdk-go#168
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?
It is introduced in #167 and is currently always false
This allows us to GET objects from other nodes, but also violates policy specification.
We should support setting it to
true
if possible (in the node we will later decide where we need it).I am marking it with
discussion
, because even for PUT it may not be needed: REP number is checked after actual placement.An in some other cases (like
REP 1 SELECT 10
) we should not fail.