← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1291199] Re: update quota multi-value in one request, half done half failed

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => kilo-3

-- 
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/1291199

Title:
  update quota multi-value in one request, half done half failed

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  Update quota multi-value in one request is not an atomicity operation.
  I update quota(floating_ips, key_pairs, instances, ram) in one request, and then get response code 400, because of ram should not less than used. That is ok. The problem is that floating_ips, key_pairs, instances have updated.
  I think the update operation should be an atomicity operation. When update failed, we should roll back all the change on quota.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1291199/+subscriptions


References