Add maintenance zombie
commands -> v0.38.6 #1698
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#1698
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "dstepanov-yadro/frostfs-node:zombie_v0386"
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?
maintenance zombie
commandsfc4e759ce5
tobb9b598042
bb9b598042
to1d646fce80
1d646fce80
to08a374db1b
08a374db1b
to4cb32170f3
WIP: Addto Addmaintenance zombie
commandsmaintenance zombie
commands -> v.038.6Addto Addmaintenance zombie
commands -> v.038.6maintenance zombie
commands -> v0.38.64cb32170f3
to6278986d62
dry-run
flag tozombie scan
command9ca7818fad
to87c9e53c29
@ -0,0 +34,4 @@
if batchSize == 0 {
commonCmd.ExitOnErr(cmd, "invalid batch size: %w", errors.New("batch size must be positive value"))
}
dryRun, _ := cmd.Flags().GetBool(dryRunFlag)
I believe, there should be an explicit desire to perform destructive changes.
How about asking for confirmation if
--dry-run
is omitted OR have--yes-i-want-to-really-move-data
flag?Good point. Replaced
dry-run
withmove
flag.87c9e53c29
to1a8acd0731
1a8acd0731
toe14a17be34
zombie scan
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.