generated from TrueCloudLab/basic
Allow to remove all chains by target #56
No reviewers
Labels
No labels
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
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/policy-engine#56
Loading…
Reference in a new issue
No description provided.
Delete branch "acid-ant/policy-engine:feature/remove-all-chains"
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?
Signed-off-by: Anton Nikiforov an.nikiforov@yadro.com
acid-ant referenced this pull request from TrueCloudLab/frostfs-node2024-03-07 12:49:03 +00:00
0c873171a2
to8e3aeb1797
@ -44,1 +44,4 @@
func (s *inmemoryMorphRuleChainStorage) RemoveMorphRuleChainsByTarget(name chain.Name, target engine.Target) (_ util.Uint256, _ uint32, err error) {
switch target.Type {
case engine.Namespace:
Maybe we can use
case engine.Namespace, engine.Container:
(in other methods should be updated then though)?Right, looks like now we can use one storage for both.
Updated. Please review.
Rebase, please
Thanks, done.
8e3aeb1797
to91e5c84e04
91e5c84e04
tod828c33e94
Allow to remove all chains by targetto WIP: Allow to remove all chains by targetd828c33e94
to2ec958cbfd
WIP: Allow to remove all chains by targetto Allow to remove all chains by targetMissed few places when implementing a review comment, now it is ready.