Renew domains before 10Y deadline #932
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
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#932
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.
In 10 years after initial deployment, all system TLDs will be expired. This will break storage network and existing applications on top of it.
Describe the solution you'd like
Call renew method on all domains owned by committee / consensus before its expiration.
Describe alternatives you've considered
Do nothing and renew domains manually from time to time with some tool (e.g. frostfs-adm command)
Additional context
Some history details:
frostfs-adm
is not a viable alternative, because it requires having all private keys in one place.However, we could extend
frostfs-cli control ir
with domain renewal as the first step.Let's discuss whether how it could be done automatically.
Another option is to introduce infinite expiration in the NNS contract (also needs discussion):
Also, it would be nice to have an ability in
adm
orcli
utility register domains.cli talks with node only, should be in adm
In scope of this task also necessary to use
rpclicent
package fromfrostfs-contract
.morph
command #950Separate package for
domainOf
, hash resolving)NNS
contract #981constants
tocommonflags
package #1513