ape: Remove all chains by target #1031
No reviewers
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 milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#1031
Loading…
Reference in a new issue
No description provided.
Delete branch "acid-ant/frostfs-node:feature/976-remove-all-rules"
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?
Close #976
Allow removing all chains by target via
cli
andadm
.Signed-off-by: Anton Nikiforov an.nikiforov@yadro.com
0d8c693cef
to3f52d6f5e7
acid-ant referenced this pull request2024-03-11 08:25:34 +00:00
morph ape list-targets
#10333f52d6f5e7
tof8e0ffd857
88b30a42c2
to88385657cb
@ -50,3 +51,3 @@
flags := evacuateShardCmd.Flags()
flags.StringSlice(shardIDFlag, nil, "List of shard IDs in base58 encoding")
flags.Bool(shardAllFlag, false, "Process all shards")
flags.Bool(commonflags.AllFlag, false, "Process all shards")
I don't think it is necessary to do deduplication for such simple flags, they have different meaning in different commands, the correspondence in name is accidental.
Don't mind. Changes were reverted.
88385657cb
to1a33f786f1
1a33f786f1
to2cf483d2c8
2cf483d2c8
toa4e9484be4
a4e9484be4
to7f8ca6f45c
7f8ca6f45c
tofb9219af39