Comment 9 for bug 1653953

Revision history for this message
Ritesh Paiboina (rsritesh) wrote :

I have tried to reproduce this issue today but could not able to reproduce

Is this issue dependent on Ceph RBD ? following is my system configuration, can anyone guide me how to reproduce this issue

Devstack based setup

$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.5 LTS"

$ cat local.conf
[[local|localrc]]
ADMIN_PASSWORD=secret
DATABASE_PASSWORD=openstack
RABBIT_PASSWORD=openstack
SERVICE_PASSWORD=openstack

enable_plugin designate https://git.openstack.org/openstack/designate

enable_service designate,designate-central,designate-api,designate-pool-manager,designate-zone-manager,designate-mdns

enable_service tempest

$ git rev-parse HEAD
ab44e75fb387847d3c679979007e7c6202dd8afd

$ nova boot --image cirros-0.3.5-x86_64-disk --flavor 1 test-shelve
+--------------------------------------+-------------+--------+------------+-------------+---------------------------------+
| ID | Name | Status | Task State | Power State | Networks |
+--------------------------------------+-------------+--------+------------+-------------+---------------------------------+
| 1435f84a-bb87-47c1-ae94-1aa9864d4460 | test-shelve | BUILD | spawning | NOSTATE | public=2001:db8::3, 172.24.4.11 |
+--------------------------------------+-------------+--------+------------+-------------+---------------------------------+

$ nova shelve test-shelve

$ glance image-list
+--------------------------------------+--------------------------+
| ID | Name |
+--------------------------------------+--------------------------+
| 241f16d5-42fb-4c75-8537-82a5fd5a0d83 | cirros-0.3.5-x86_64-disk |
| adf2c16c-fb4e-4648-8959-a771bb179e6b | test-shelve-shelved |
+--------------------------------------+--------------------------+

$ nova unshelve test-shelve

$ glance image-list
+--------------------------------------+--------------------------+
| ID | Name |
+--------------------------------------+--------------------------+
| 241f16d5-42fb-4c75-8537-82a5fd5a0d83 | cirros-0.3.5-x86_64-disk |
+--------------------------------------+--------------------------+