yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #11433
[Bug 1291199] [NEW] update quota multi-value in one request, half done half failed
Public bug reported:
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.
** Affects: nova
Importance: Undecided
Status: New
--
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):
New
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
Follow ups
References