yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #32681
[Bug 1435748] Re: save method is getting called two times in 'attach' api
** Changed in: nova
Status: In Progress => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1435748
Title:
save method is getting called two times in 'attach' api
Status in OpenStack Compute (Nova):
Invalid
Bug description:
'save' method is getting called two times in 'attach' method of class 'DriverVolumeBlockDevice'.
(https://github.com/openstack/nova/blob/master/nova/virt/block_device.py#L224)
It is getting called from decorator 'update_db' and from attach method itself.
There is no need of decorator 'update_db' for attach method as 'save' is already
called in attach method.
Note: save method will not update db if there is no change in bdm
object
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1435748/+subscriptions
References