we try to create backup even though service is down

Bug #1224556 reported by Dafna Ron
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Cinder
New
Undecided
Unassigned

Bug Description

my openstack-cinder-backup service was down while I was trying to create a backup for a volume

we get a message:
ERROR: Service cinder-backup could not be found.
but change volume status to backing-up and if I run cinder backup-list there is a new backup on the list

I am not sure we should continue at all if the service is down or not installed since there are some actions which we cannot do on a volume which is in backing up status.

[root@nott-vdsa ~(keystone_admin)]# cinder list
+--------------------------------------+-----------+--------------+------+-------------+----------+-------------+
| ID | Status | Display Name | Size | Volume Type | Bootable | Attached to |
+--------------------------------------+-----------+--------------+------+-------------+----------+-------------+
| 797eea39-a91b-4a21-ab59-7c0458aa0076 | available | dafna | 1 | None | False | |
+--------------------------------------+-----------+--------------+------+-------------+----------+-------------+
[root@nott-vdsa ~(keystone_admin)]# less /var/log/cinder/volume.log
[root@nott-vdsa ~(keystone_admin)]# cinder backup-create 797eea39-a91b-4a21-ab59-7c0458aa0076
ERROR: Service cinder-backup could not be found.
[root@nott-vdsa ~(keystone_admin)]# less /var/log/cinder/volume.log
[root@nott-vdsa ~(keystone_admin)]# cinder list
+--------------------------------------+------------+--------------+------+-------------+----------+-------------+
| ID | Status | Display Name | Size | Volume Type | Bootable | Attached to |
+--------------------------------------+------------+--------------+------+-------------+----------+-------------+
| 797eea39-a91b-4a21-ab59-7c0458aa0076 | backing-up | dafna | 1 | None | False | |
+--------------------------------------+------------+--------------+------+-------------+----------+-------------+
[root@nott-vdsa ~(keystone_admin)]# cinder backup-list
+--------------------------------------+--------------------------------------+----------+------+------+--------------+-----------+
| ID | Volume ID | Status | Name | Size | Object Count | Container |
+--------------------------------------+--------------------------------------+----------+------+------+--------------+-----------+
| 980157f6-97a0-499a-ba9d-4934978d3c81 | 797eea39-a91b-4a21-ab59-7c0458aa0076 | creating | None | 1 | None | None |
+--------------------------------------+--------------------------------------+----------+------+------+--------------+-----------+
[root@nott-vdsa ~(keystone_admin)]# /etc/init.d/openstack-cinder-backup status
openstack-cinder-backup is stopped
[root@nott-vdsa ~(keystone_admin)]#

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.