WIP: adm: Allow to use local-dump from every command #1511
No reviewers
TrueCloudLab/storage-core-developers
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#1511
Loading…
Reference in a new issue
No description provided.
Delete branch "fyrchik/frostfs-node:adm-improve"
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?
Currently, we allow using
--local-dump
inmorph init
command.We also have this flag in other commands, but no
--protocol
which isalso needed. And in new command we do not have the ability to use local
dump at all.
This commit makes it possible to work either with an RPC or with
local-dump in every command.
Refs #1035.
Refs TrueCloudLab/frostfs-dev-env#42.
Writing gopatch this time was really satisfying, btw:
constants
tocommonflags
package39e3339df6
to08f197c905
08f197c905
to53c2a96258
53c2a96258
toe82f79b0a8
adm: Allow to use local-dump from every commandto WIP: adm: Allow to use local-dump from every commandView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.