cli: Improve the work with local overrides dispatched to a node #846
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#846
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?
The current implementation of commands that manage local overrides is very limited: it works only for objects in containers.
The current usage
means that we set a chain for all objects within the container.
The usage of these commands should be reconsidered:
--cid <cid>
) but also for namespaces. We can introduce--namespace
flag.frostfs-cli
deny Object.Put *
). We are not able to set local override for an object/objects; for containers in non-root namespace etc.The issue can be solved after
control-api
will be changed in the PR #842container
in local rules #921Implemented in scope of #921. Validation will be added in scope of #937.