Add ability to force several new epochs at once in frostfs-adm #1372
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#1372
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?
Is your feature request related to a problem? Please describe.
With introduction of S3 Lifecycles, we need a way to fast forward several epochs (for days or even weeks of running), not just one epoch. While it is possible to run consecutive
frostfs-adm morph force-new-epoch
commands, it might be quite slow when block duration is longer than one second.Describe the solution you'd like
Add a flag to
force-new-epoch
command to specify delta between current and next epochs (1 by default).Describe alternatives you've considered
Add a flag to
force-new-epoch
to set specific epoch, but I am not sure if it is good, because it may allow to set epoch from the past.Additional context
It will simplify some E2E tests for S3 lifecycles because it uses days as duration, not minutes or hours.