frostfsid: Remove old data on update #95
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
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
6 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-contract#95
Loading…
Reference in a new issue
No description provided.
Delete branch "fyrchik/frostfs-contract:fix-frostfsid-update"
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?
37f8b49b22
to05a7545d93
@ -75,1 +75,4 @@
if isUpdate {
storage.Delete(ctx, "netmapScriptHash")
storage.Delete(ctx, "containerScriptHash")
Should we also delete
notary
key ando
prefix?I believe
notary
was actually removed during the previous update (see support/v0.18 branch)Added
o
prefix removal.I don't see we explicitly deleted such key #50/files
Or we just didn't set it?
common.RmAndCheckNotaryDisabledKey(data, notaryDisabledKey)
-- this line was present in the previous release.05a7545d93
tofec6e23c58
fec6e23c58
tob4ad90507e