Hide Forgot
Created attachment 1217446 [details] Err msg screen How reproducible: Always Setup: CFME 5.7 + RHOS10 as cloud provider, should have one volume created Steps to Reproduce: 1. Login to CF UI 2. Browse Storage -> Volumes 3. Choose one of available volumes 4. On volume page, go Configuration -> Create a Backup of this Cloud volume 5. On the next page, enter some backup name, CHECK "Incremental?" 6. Click on "Save" button Actual results: Redirection to volume page with the message "Unable to create backup for Cloud Volume "test": uninitialized constant MiqException::MiqVolumeBackupCreateError" Expected results: Message "Backup for Cloud Volume "test" was created"
Hi! Do you have evm.log available to attach? Also, cinder backups are not active by default in OSP; you may need to ssh heat-admin@<controller node> and run 'sudo service openstack-cinder-backup start'
(In reply to Tzu-Mainn Chen from comment #2) > Hi! Do you have evm.log available to attach? > > Also, cinder backups are not active by default in OSP; you may need to ssh > heat-admin@<controller node> and run 'sudo service openstack-cinder-backup > start' Hi! Everything has worked after cinder-backup start. Closing.