Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Veeam B&R : Restore and attach backup volume is not possible #9897

Open
rajujith opened this issue Nov 6, 2024 · 3 comments · May be fixed by #9898
Open

Veeam B&R : Restore and attach backup volume is not possible #9897

rajujith opened this issue Nov 6, 2024 · 3 comments · May be fixed by #9898

Comments

@rajujith
Copy link
Collaborator

rajujith commented Nov 6, 2024

ISSUE TYPE
  • Bug Report
COMPONENT NAME
Veeam B&R 
CLOUDSTACK VERSION
4.20 - SNAPSHOT
CONFIGURATION

Veeam B&R provider configured
Veeam backup and replication 12.2

SUMMARY
  1. An instance backup of an instance having two volumes do not list the volumes in the backup.
  2. While attempting to restore and attach backup volume on a backup it doesn't list any volumes.
STEPS TO REPRODUCE
1. Backup an instance with ROOT and DATA volumes.
2. Go to backup and list the volumes in the UI. It is empty. 
3. Try the operation Restore and attach backup volume, there is no volume listed to attach.

EXPECTED RESULTS
Backups should include a list of volumes backed up and they should be available to attach to another instance. 
ACTUAL RESULTS
Volumes are not listed in the Backups, hence they are not available to restore and attach to instances. 
@weizhouapache
Copy link
Member

@rajujith
can you do it via cmk ?
just to see if it is a UI issue

@weizhouapache weizhouapache added this to the 4.19.2.0 milestone Nov 6, 2024
@rajujith
Copy link
Collaborator Author

rajujith commented Nov 6, 2024

@rajujith can you do it via cmk ? just to see if it is a UI issue

@weizhouapache It is not a UI issue.

cmk  list backups id=7266e7be-7188-4a1d-b29b-5c81b0d7bbda | grep volumes
      "volumes": "[]",

@weizhouapache
Copy link
Member

@rajujith can you do it via cmk ? just to see if it is a UI issue

@weizhouapache It is not a UI issue.

cmk  list backups id=7266e7be-7188-4a1d-b29b-5c81b0d7bbda | grep volumes
      "volumes": "[]",

@rajujith
I had a quick check on your env, the backed_volumes field is empty in backups table for veeam backups.

the method setBackedUpVolumes is introduced in #9451
it is being used by DummyBackupProvider, NASBackupProvider, NetworkerBackupProvider, but not VeeamBackupProvider

I will create a pr for it, but requires you to test it

@weizhouapache weizhouapache linked a pull request Nov 6, 2024 that will close this issue
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants