)]}'
{"id":"openstack%2Fnova~990210","triplet_id":"openstack%2Fnova~master~I24ed5c104645750ae278d3960f48c3ea851fa622","project":"openstack/nova","branch":"master","hashtags":[],"change_id":"I24ed5c104645750ae278d3960f48c3ea851fa622","subject":"NUMA live-migration: ensure allocation_ratio is respected","status":"ABANDONED","created":"2026-05-26 21:38:05.000000000","updated":"2026-05-26 22:35:01.000000000","total_comment_count":0,"unresolved_comment_count":0,"has_review_started":true,"meta_rev_id":"59079bb9ac57306f0902ccf810334c19b0d3ee48","_number":990210,"virtual_id_number":990210,"owner":{"_account_id":38918,"name":"Masanori Ueno","display_name":"Masanori Ueno","email":"ms-ueno@kddi.com","username":"masan4444"},"actions":{},"labels":{"Verified":{"values":{"-2":"Fails","-1":"Doesn\u0027t seem to work"," 0":"No score","+1":"Works for me","+2":"Verified"},"description":"","default_value":0,"optional":true},"Code-Review":{"values":{"-2":"Do not merge","-1":"This patch needs further work before it can be merged"," 0":"No score","+1":"Looks good to me, but someone else must approve","+2":"Looks good to me (core reviewer)"},"description":"","default_value":0,"optional":true},"Workflow":{"values":{"-1":"Work in progress"," 0":"Ready for reviews","+1":"Approved"},"description":"","default_value":0,"optional":true},"Review-Priority":{"values":{" 0":"Default Priority","+1":"Contributor Review Promise","+2":"Core Review Promise"},"description":"","default_value":0,"optional":true}},"removable_reviewers":[],"reviewers":{"CC":[{"_account_id":14384,"name":"Quobyte CI","email":"openstack-ci-external@quobyte.com","username":"quobyteci","tags":["SERVICE_USER"]}]},"pending_reviewers":{},"reviewer_updates":[{"updated":"2026-05-26 22:35:01.000000000","updated_by":{"_account_id":14384,"name":"Quobyte CI","email":"openstack-ci-external@quobyte.com","username":"quobyteci","tags":["SERVICE_USER"]},"reviewer":{"_account_id":14384,"name":"Quobyte CI","email":"openstack-ci-external@quobyte.com","username":"quobyteci","tags":["SERVICE_USER"]},"state":"CC"}],"messages":[{"id":"697b36d88d5470f2d0f5be1b0fb49bf6998a44cf","tag":"autogenerated:gerrit:newPatchSet","author":{"_account_id":38918,"name":"Masanori Ueno","display_name":"Masanori Ueno","email":"ms-ueno@kddi.com","username":"masan4444"},"date":"2026-05-26 21:38:05.000000000","message":"Uploaded patch set 1.","accounts_in_message":[],"_revision_number":1},{"id":"e40f39562bccd8c3aa18a2b9ebe07ed0b03ce5d6","tag":"autogenerated:gerrit:abandon","author":{"_account_id":38918,"name":"Masanori Ueno","display_name":"Masanori Ueno","email":"ms-ueno@kddi.com","username":"masan4444"},"date":"2026-05-26 21:38:47.000000000","message":"Abandoned","accounts_in_message":[],"_revision_number":1},{"id":"59079bb9ac57306f0902ccf810334c19b0d3ee48","author":{"_account_id":14384,"name":"Quobyte CI","email":"openstack-ci-external@quobyte.com","username":"quobyteci","tags":["SERVICE_USER"]},"date":"2026-05-26 22:35:01.000000000","message":"Patch Set 1:\n\nBuild Failed \n\n* quobyteci:  nova_quobyteci : FAILURE, logs at: https://oscilogs.quobyte.com/logs/I24ed5c104645750ae278d3960f48c3ea851fa622 .","accounts_in_message":[],"_revision_number":1}],"current_revision_number":1,"current_revision":"5c153482d172cc2a60ac30d69973b8cef496a31c","revisions":{"5c153482d172cc2a60ac30d69973b8cef496a31c":{"kind":"REWORK","_number":1,"created":"2026-05-26 21:38:05.000000000","uploader":{"_account_id":38918,"name":"Masanori Ueno","display_name":"Masanori Ueno","email":"ms-ueno@kddi.com","username":"masan4444"},"ref":"refs/changes/10/990210/1","fetch":{"anonymous http":{"url":"https://review.opendev.org/openstack/nova","ref":"refs/changes/10/990210/1","commands":{"Checkout":"git fetch https://review.opendev.org/openstack/nova refs/changes/10/990210/1 \u0026\u0026 git checkout FETCH_HEAD","Cherry Pick":"git fetch https://review.opendev.org/openstack/nova refs/changes/10/990210/1 \u0026\u0026 git cherry-pick FETCH_HEAD","Format Patch":"git fetch https://review.opendev.org/openstack/nova refs/changes/10/990210/1 \u0026\u0026 git format-patch -1 --stdout FETCH_HEAD","Pull":"git pull https://review.opendev.org/openstack/nova refs/changes/10/990210/1"}}},"commit":{"parents":[{"commit":"26c0c65cf2e8b3b4de8f6914eda40756906d77d7","subject":"Merge \"Add regression test for unified limits resource bug\"","web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/nova/commit/26c0c65cf2e8b3b4de8f6914eda40756906d77d7"}]}],"author":{"name":"Masanori Ueno","email":"ms-ueno@kddi.com","date":"2026-05-26 21:37:07.000000000","tz":540},"committer":{"name":"Masanori Ueno","email":"ms-ueno@kddi.com","date":"2026-05-26 21:37:07.000000000","tz":540},"subject":"NUMA live-migration: ensure allocation_ratio is respected","message":"NUMA live-migration: ensure allocation_ratio is respected\n\nIn Bug #2153425, when `_call_livem_checks_on_host()` is invoked from\n`LiveMigrationTask._find_destination()`, the `limits` produced by the\nNUMA topology filter are not set on `self.limits`, resulting in limits\nnot being propagated to subsequent processing.\nAs a result, CPU limit checks in `nova/virt/hardware.py` were not\nexecuted.\n\nFix this by generating limits from `compute_host` in\n`Claim._test_numa_topology()` when `limits` is `None`.\n\nThis ensures that limits are applied even when the NUMA topology filter\nis bypassed (e.g. via `force_hosts`).\nThis also fixes Bug #2136811 as a side effect.\n\nCloses-Bug: #2136811\nCloses-Bug: #2153425\n\nChange-Id: I24ed5c104645750ae278d3960f48c3ea851fa622\nSigned-off-by: Masanori Ueno \u003cms-ueno@kddi.com\u003e\n","web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/nova/commit/5c153482d172cc2a60ac30d69973b8cef496a31c"}],"resolve_conflicts_web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/nova/commit/5c153482d172cc2a60ac30d69973b8cef496a31c"}]},"branch":"refs/heads/master"}},"requirements":[],"submit_records":[],"submit_requirements":[{"name":"Verified","description":"Verified in gate by CI","status":"UNSATISFIED","is_legacy":false,"submittability_expression_result":{"expression":"label:Verified\u003dMAX AND -label:Verified\u003dMIN","fulfilled":false,"status":"FAIL","passing_atoms":[],"failing_atoms":["label:Verified\u003dMAX","label:Verified\u003dMIN"],"atom_explanations":{"label:Verified\u003dMAX":"","label:Verified\u003dMIN":""}}},{"name":"Code-Review","description":"Code reviewed by core reviewer","status":"UNSATISFIED","is_legacy":false,"submittability_expression_result":{"expression":"label:Code-Review\u003dMAX AND -label:Code-Review\u003dMIN","fulfilled":false,"status":"FAIL","passing_atoms":[],"failing_atoms":["label:Code-Review\u003dMAX","label:Code-Review\u003dMIN"],"atom_explanations":{"label:Code-Review\u003dMAX":"","label:Code-Review\u003dMIN":""}}},{"name":"Review-Priority","description":"Review Priority","status":"NOT_APPLICABLE","is_legacy":false,"applicability_expression_result":{"fulfilled":false,"status":"FAIL"},"submittability_expression_result":{"expression":"is:true","fulfilled":true,"status":"NOT_EVALUATED","passing_atoms":[],"failing_atoms":[],"atom_explanations":{}}},{"name":"Workflow","description":"Approved for gate by core reviewer","status":"UNSATISFIED","is_legacy":false,"submittability_expression_result":{"expression":"label:Workflow\u003dMAX AND -label:Workflow\u003dMIN","fulfilled":false,"status":"FAIL","passing_atoms":[],"failing_atoms":["label:Workflow\u003dMAX","label:Workflow\u003dMIN"],"atom_explanations":{"label:Workflow\u003dMAX":"","label:Workflow\u003dMIN":""}}}]}
