Skip to content

Conversation

@ELENAGER
Copy link
Member

@ELENAGER ELENAGER commented Jan 7, 2026

During the RunFinalSync of the CephFS relocation flow, we remove the consistency group label from the PVC and add a consistency group annotation for future uses. In the next reconciliation cycle, we try to list PVCs by that label, which fails because the label is no longer present. We can avoid this lookup entirely and just use the PVC we already have.

Fixes: https://issues.redhat.com/browse/DFBUGS-4972

@ELENAGER ELENAGER force-pushed the DFBUGS-4972 branch 2 times, most recently from 7aa9de1 to 69d5c96 Compare January 7, 2026 16:28
During the RunFinalSync of the CephFS relocation flow, we remove the consistency group label from the PVC and add a consistency group annotation for future uses. In the next reconciliation cycle, we try to list PVCs by that label, which fails because the label is no longer present.
We can avoid this lookup entirely and just use the PVC we already have.

Signed-off-by: Elena Gershkovich <elenage@il.ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant