Comment 8 for bug 1828059

Revision history for this message
Cristopher Lemus (cjlemusc) wrote :

Providing updates to this bug, just in case that is not a duplicated of the other one and we are facing a different issue.

Using CENGN image 20190515T220331Z: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190515T220331Z/outputs/iso/bootimage.iso

During sanity execution, Volumes cannot be created, they remain on error status. Sanity executes the following command:

# openstack volume create --size 20 --image cirros --bootable vol-cirros-1

However, the volume just stays on error status, and it cannot be deleted. This is the current status of the volume:

controller-0:~# openstack volume show a2de160f-d4c2-4033-87cf-f119adf2e684
+--------------------------------+--------------------------------------------+
| Field | Value |
+--------------------------------+--------------------------------------------+
| attachments | [] |
| availability_zone | nova |
| bootable | true |
| consistencygroup_id | None |
| created_at | 2019-05-16T13:37:25.000000 |
| description | None |
| encrypted | False |
| id | a2de160f-d4c2-4033-87cf-f119adf2e684 |
| migration_status | None |
| multiattach | False |
| name | vol-cirros-1 |
| os-vol-host-attr:host | cinder-volume-worker@ceph-store#ceph-store |
| os-vol-mig-status-attr:migstat | None |
| os-vol-mig-status-attr:name_id | None |
| os-vol-tenant-attr:tenant_id | 020e982de53c44a6a988859a94ecbc82 |
| properties | |
| replication_status | None |
| size | 20 |
| snapshot_id | None |
| source_volid | None |
| status | error_deleting |
| type | None |
| updated_at | 2019-05-16T13:52:23.000000 |
| user_id | aa11b104ece949e68c4d60d404684397 |
| volume_image_metadata | {u'signature_verified': u'False'} |
+--------------------------------+--------------------------------------------+

Collect attached.