Skip to content

pod volume backup failed: error getting volume path on host: expected one matching path, got 0 #3253

Discussion options

You must be logged in to vote

It looks like mig-controller is handling the installation of Velero. Please try installing Velero following our procedures (https://velero.io/docs/v1.5/basic-install/) and see if the problem happens. We can start with figuring out if mig-controller is installing correctly.

The output of the following commands will help us better understand what's going on:
(Pasting long output into a GitHub gist or other pastebin is fine.)

  • kubectl logs deployment/velero -n velero
  • velero backup describe <backupname> or kubectl get backup/<backupname> -n velero -o yaml
  • velero backup logs <backupname>
  • velero restore describe <restorename> or kubectl get restore/<restorename> -n velero -o yaml
  • velero restore…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dsu-igeek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3096 on January 13, 2021 18:53.