emc-xchallenge / cinder

http://openstack.org
Apache License 2.0
0 stars 4 forks source link

Cinder volume property snapshot_id is not updated correctly #18

Open jybuestc opened 8 years ago

jybuestc commented 8 years ago

Description: Cinder volume property snapshot_id is not updated correctly

Project: OpenStack

Project Area: cinder

Release: OpenStack

Severity: S2

Full Details:

Cinder snapshot_id is not updated, still "None" after snapshots are created.

stack@ubuntuasdfasd:~$ cinder snapshot-list +--------------------------------------+--------------------------------------+-----------+------+------+ | ID | Volume ID | Status | Name | Size | +--------------------------------------+--------------------------------------+-----------+------+------+ | aa79f267-87ae-46e5-918b-a15995e5ad37 | ffe2a72d-cbb8-465c-b4cd-a97e16003695 | available | 测试 | 1 | | fbc2fe62-9cc0-4bad-bd7c-e29d1197bda9 | ffe2a72d-cbb8-465c-b4cd-a97e16003695 | available | - | 1 | +--------------------------------------+--------------------------------------+-----------+------+------+

stack@ubuntuasdfasd:~$ cinder show ffe2a72d-cbb8-465c-b4cd-a97e16003695 |grep snapshot | snapshot_id | None |