velero icon indicating copy to clipboard operation
velero copied to clipboard

datadownload is still "In progress" even if the application restore has been completed.

Open aldelsa opened this issue 1 year ago • 1 comments

Hello, I am trying to restore a Gitlab instance into K8s cluster with 3 PostgreSQL-cluster replicas: velero restore create --from-backup git-20240207065226

In few minutes, the backup is restored and I can enter in Gitlab and It is work properly but I see the datadownload CRDs still "In progress" until they are cancelled due to timeout.

NAME                                                         STATUS       STARTED   BYTES DONE    TOTAL BYTES   STORAGE LOCATION   AGE    NODE
git-20240207065226-20240207122107-45575                      InProgress   149m      11869050042   11869050042   default            149m   kxsw01
git-20240207065226-20240207122107-5rzrj                      InProgress   149m      36785552475   36785552475   default            149m   kxsw01
git-20240207065226-20240207122107-95rtz                      InProgress   149m      11792748394   11792748394   default            149m   kxsw01
git-20240207065226-20240207122107-wssrf                      InProgress   149m      11794028668   11794028668   default            149m   kxsw01

velero restore get

git-20240207065226-20240207122107                      git-20240207065226                      WaitingForPluginOperations   2024-02-07 12:21:07 +0100 CET   <nil>                           0        114        2024-02-07 12:21:07 +0100 CET   <none>

Environment:

  • Velero version : v1.12.0
  • Velero features: EnableCSI
  • Kubernetes version: v1.24.13

Vote on this issue!

This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.

  • :+1: for "I would like to see this bug fixed as soon as possible"
  • :-1: for "There are more important bugs to focus on right now"

aldelsa avatar Feb 07 '24 13:02 aldelsa

First, please have another try with the Velero v1.12.3 and the CSI v0.6.3.

If the issue still exists, could you help collect the Velero bundle file to help debugging? The command is velero debug.

blackpiglet avatar Feb 08 '24 02:02 blackpiglet