attach-time field for volumes is not updated for detach volume
Bug #1056122 reported by
Arathi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Low
|
Arathi | ||
Folsom |
Fix Released
|
Low
|
Chuck Short | ||
nova (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Quantal |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
attach-time field is not NULL for the volume in available state.
mysql> select id, attach_time, status from volumes; | grep available
+------
| id | attach_time | status |
+------
| e967d69f-
+------
Need to update attach-time field to NULL/NONE, if it is detached from an instance.
Related branches
lp://staging/~gandelman-a/ubuntu/quantal/nova/2012.2.1
- Openstack Ubuntu Testers: Pending requested
-
Diff: 121 lines (+100/-4)1 file modifieddebian/changelog (+100/-4)
CVE References
Changed in ceilometer: | |
assignee: | nobody → Arathi (arathi-darshanam) |
affects: | ceilometer → openstack-common |
Changed in openstack-common: | |
status: | New → In Progress |
Changed in openstack-common: | |
status: | In Progress → New |
affects: | openstack-common → nova |
Changed in nova: | |
status: | New → In Progress |
tags: | removed: folsom-backport-potential |
Changed in nova: | |
milestone: | none → grizzly-1 |
status: | Fix Committed → Fix Released |
Changed in nova: | |
importance: | Undecided → Low |
Changed in nova (Ubuntu): | |
status: | New → Fix Released |
Changed in nova (Ubuntu Quantal): | |
status: | New → Confirmed |
Changed in nova: | |
milestone: | grizzly-1 → 2013.1 |
To post a comment you must log in.
IIRC this should be in Cinder, not Ceilometer?