Ceph backup driver could not restore a volume other than ceph
Bug #1895035 reported by
Sofia Enriquez
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
Fix Committed
|
High
|
Sofia Enriquez |
Bug Description
Steps to Reproduce:
1. Setup the cinder backup driver to 'cinder.
backup_
2. Create 'LVM' volume.
$ cinder create --volume-type lvm --name "lvm_vol" 1
3. Create backup from 'LVM' volume.
$ cinder backup-create lvm_vol --name "backup_
4. Create 'LVM' volume to restore the backup.
$ cinder create --volume-type lvm --name "restore_
5. Restore from the backup to 4) volume.
$ cinder backup-restore backup_from_lvm_vol --volume restore_backup_lvm
Actual results:
Restoring from backup failed
Expected results:
Restoring from backup success.
tags: | added: rbd |
Changed in cinder: | |
importance: | Undecided → High |
tags: | added: backup-service ceph restore |
To post a comment you must log in.
Fix proposed to branch: master /review. opendev. org/750782
Review: https:/