)]}'
{"id":"openstack%2Fnova~1005093","triplet_id":"openstack%2Fnova~master~I82e732626704e5a40fd39bb25e9d771a54c90fbd","project":"openstack/nova","branch":"master","hashtags":[],"change_id":"I82e732626704e5a40fd39bb25e9d771a54c90fbd","subject":"Update release notes with known bug of live migration task leak","status":"ABANDONED","created":"2026-09-10 17:09:50.000000000","updated":"2026-09-10 18:06:49.000000000","total_comment_count":0,"unresolved_comment_count":0,"has_review_started":true,"meta_rev_id":"ea531be8933b1ab59e5daf77b727933624659637","_number":1005093,"virtual_id_number":1005093,"owner":{"_account_id":8556,"name":"Ghanshyam Maan","display_name":"Ghanshyam Maan","email":"gmaan.os14@gmail.com","username":"ghanshyam"},"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"},"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-09-10 18:06:49.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":"eb23c899f3d91efb4b7f259f29b7fd6347149693","tag":"autogenerated:gerrit:newPatchSet","author":{"_account_id":8556,"name":"Ghanshyam Maan","display_name":"Ghanshyam Maan","email":"gmaan.os14@gmail.com","username":"ghanshyam"},"date":"2026-09-10 17:09:50.000000000","message":"Uploaded patch set 1.","accounts_in_message":[],"_revision_number":1},{"id":"8ee6a924e30fe3d367e48d16bf6bc95a4d21f258","tag":"autogenerated:gerrit:abandon","author":{"_account_id":8556,"name":"Ghanshyam Maan","display_name":"Ghanshyam Maan","email":"gmaan.os14@gmail.com","username":"ghanshyam"},"date":"2026-09-10 17:11:03.000000000","message":"Abandoned\n\nDONE IN https://review.opendev.org/c/openstack/nova/+/1003386 i mistakenly proposed this as new commit","accounts_in_message":[],"_revision_number":1},{"id":"ea531be8933b1ab59e5daf77b727933624659637","author":{"_account_id":14384,"name":"Quobyte CI","email":"openstack-ci-external@quobyte.com","username":"quobyteci","tags":["SERVICE_USER"]},"date":"2026-09-10 18:06:49.000000000","message":"Patch Set 1:\n\nBuild Successful \n\n* quobyteci:  nova_quobyteci : SUCCESS, logs at: https://oscilogs.quobyte.com/logs/I82e732626704e5a40fd39bb25e9d771a54c90fbd .","accounts_in_message":[],"_revision_number":1}],"current_revision_number":1,"current_revision":"03577ffdbd26663d38c6a20c38142011b63cca9b","revisions":{"03577ffdbd26663d38c6a20c38142011b63cca9b":{"kind":"REWORK","_number":1,"created":"2026-09-10 17:09:50.000000000","uploader":{"_account_id":8556,"name":"Ghanshyam Maan","display_name":"Ghanshyam Maan","email":"gmaan.os14@gmail.com","username":"ghanshyam"},"ref":"refs/changes/93/1005093/1","fetch":{"anonymous http":{"url":"https://review.opendev.org/openstack/nova","ref":"refs/changes/93/1005093/1","commands":{"Checkout":"git fetch https://review.opendev.org/openstack/nova refs/changes/93/1005093/1 \u0026\u0026 git checkout FETCH_HEAD","Cherry Pick":"git fetch https://review.opendev.org/openstack/nova refs/changes/93/1005093/1 \u0026\u0026 git cherry-pick FETCH_HEAD","Format Patch":"git fetch https://review.opendev.org/openstack/nova refs/changes/93/1005093/1 \u0026\u0026 git format-patch -1 --stdout FETCH_HEAD","Pull":"git pull https://review.opendev.org/openstack/nova refs/changes/93/1005093/1"}}},"commit":{"parents":[{"commit":"f4c4c5f83bec028cba68faf16bec6bf5751d163f","subject":"Merge \"Imported Translations from Zanata\"","web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/nova/commit/f4c4c5f83bec028cba68faf16bec6bf5751d163f"}]}],"author":{"name":"Ghanshyam Maan","email":"gmaan.os14@gmail.com","date":"2026-09-10 17:04:18.000000000","tz":0},"committer":{"name":"Ghanshyam Maan","email":"gmaan.os14@gmail.com","date":"2026-09-10 17:04:18.000000000","tz":0},"subject":"Update release notes with known bug of live migration task leak","message":"Update release notes with known bug of live migration task leak\n\nWhen live migration is started, because it involve the both\nsource as well as dest node to complete the operation, task\ntracking is done at both node. At dest, \u0027live_migration_at_dest\u0027\ntask is started in pre_live_migration. and ended in eiter\npost_live_migration_at_destination or\nrollback_live_migration_at_destination\n\nBut when rollback happen during pre live migration stage, source\ndoes all rollback and cleanup and newver notify dest. Due to that,\ndest live migration task is left as in-progress and never ended.\n\nFix of this bug is not easy and may involves RPC version bump\nor some complex polling mechanish so it is decided to list this\nbug as known bug and fix it in the next rleease.\n\nRelated-Bug: #2166009\n\nChange-Id: I363c051ce112a28558214964ce276e47fe521e6c\n\nChange-Id: I82e732626704e5a40fd39bb25e9d771a54c90fbd\nSigned-off-by: Ghanshyam Maan \u003cgmaan.os14@gmail.com\u003e\n","web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/nova/commit/03577ffdbd26663d38c6a20c38142011b63cca9b"}],"resolve_conflicts_web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/nova/commit/03577ffdbd26663d38c6a20c38142011b63cca9b"}]},"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":""}}}]}
