Can not remove node when it is involved in an unfinished intermediate layout change #809
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 project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Deuxfleurs/garage#809
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?
In version 23 I added a node, which I then removed again in version 24 without waiting for it to sync.
Now it's stuck in a state where the block sync queues are empty but the node can not be removed, not even with
garage layout skip-dead-nodes --version 24 --allow-missing-data
Indeed it seems the nodes (not even the newly added node) were still busy syncing the metadata around. So bringing the new node back online and waiting long enough fixed it. I'm currently not sure if it would also have been enough to wait, without bringing the new node back online.