You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Veeam B&R provider configured
Veeam backup and replication 12.2
SUMMARY
An instance backup of an instance having two volumes do not list the volumes in the backup.
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.
The text was updated successfully, but these errors were encountered:
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
ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
CONFIGURATION
Veeam B&R provider configured
Veeam backup and replication 12.2
SUMMARY
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: