Comment 9 for bug 1056122

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/folsom)

Reviewed: https://review.openstack.org/14779
Committed: http://github.com/openstack/nova/commit/97649b88e90eb08dfd1ac2ba778251f7be39eb35
Submitter: Jenkins
Branch: stable/folsom

commit 97649b88e90eb08dfd1ac2ba778251f7be39eb35
Author: Arathi <email address hidden>
Date: Wed Sep 26 11:04:20 2012 +0530

    Updated code to update attach_time of a volume while detaching

    While detaching volume from an instance, attach_time of the
    volume is not updated. This task updates volume['attach_time']
    to NONE at detach_volume.

    Also modified the default value of XML attribute
    volume['attach_time'] '-' to ''(a 0 length string) to
    maintain consistency with existing code.

    Fixes bug: 1056122

    Change-Id: If56ceda6caab80fb803fcf194ed1dfb18808ec3a
    (cherry picked from commit ee2dd66c9c2350d9c4aa4ae535daed7e8d72dfb3)