Migration 0.9.0 -> 1.0.1: Unable to decode persisted data file #884
Labels
No labels
action
check-aws
action
discussion-needed
action
for-external-contributors
action
for-newcomers
action
more-info-needed
action
need-funding
action
triage-required
kind
correctness
kind
ideas
kind
improvement
kind
performance
kind
testing
kind
usability
kind
wrong-behavior
prio
critical
prio
low
scope
admin-api
scope
background-healing
scope
build
scope
documentation
scope
k8s
scope
layout
scope
metadata
scope
ops
scope
rpc
scope
s3-api
scope
security
scope
telemetry
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Deuxfleurs/garage#884
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?
Hello,
I'm preparing the migration of my cluster from 0.9.0 to the latest 1.0.1.
As a rehearsal, I have cloned one of the nodes' meta folder (after clean shutdown), and moved it to a test VM with 1.0.1 installed.
I'm getting the following error entry in log, during the first (only) updated node startup:
ERROR garage_util::persister: Unable to decode persisted data file /garage/meta/data_layout
Should I be worried?
Here's the full log of the first node startup:
Thanks!
If I remembrer correctly this could be to the node ID being different
The node id was preserved as per
garage node id
(it's a filesystem-level clone of one of the production nodes, so everything is there, both data and the meta, only the network is off). I suspect I may safely ignore this message, yet I'd really like to be totally sure before proceeding.Thanks
Yes it's fine to ignore, sorry for the late answer