)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":30099,"name":"Nisha Brahmankar","email":"nishagb017@gmail.com","username":"nishagb","status":"Currently, I work in the OpenStack Team of LY Corporation (formerly LINE Corp.) in Tokyo, Japan."},"change_message_id":"b42b68a1f15702c69ceab45e0ab353901c1179ae","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"4df1d7d8_753afc88","updated":"2024-12-17 04:21:46.000000000","message":"The binding profile of a port is lost after live migration, after the `SR-IOV Live migration indirect port support` patch https://review.opendev.org/c/openstack/nova/+/620115\n\nPlease review the fix when you have time :)","commit_id":"6a1a7a0cac330fc2f65f006e67817b89772b0275"},{"author":{"_account_id":30099,"name":"Nisha Brahmankar","email":"nishagb017@gmail.com","username":"nishagb","status":"Currently, I work in the OpenStack Team of LY Corporation (formerly LINE Corp.) in Tokyo, Japan."},"change_message_id":"3ded9007a7b37be13c4e2f9cd9cb66c0b876d7e9","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"60f8fe2e_9ae6d34e","updated":"2024-12-03 02:11:50.000000000","message":"recheck","commit_id":"6a1a7a0cac330fc2f65f006e67817b89772b0275"},{"author":{"_account_id":30099,"name":"Nisha Brahmankar","email":"nishagb017@gmail.com","username":"nishagb","status":"Currently, I work in the OpenStack Team of LY Corporation (formerly LINE Corp.) in Tokyo, Japan."},"change_message_id":"c4473b95de82c98bcba6e03794a06e7a89c7f873","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"749aa72c_bc843ce8","updated":"2025-02-21 07:13:37.000000000","message":"recheck","commit_id":"6a1a7a0cac330fc2f65f006e67817b89772b0275"},{"author":{"_account_id":30099,"name":"Nisha Brahmankar","email":"nishagb017@gmail.com","username":"nishagb","status":"Currently, I work in the OpenStack Team of LY Corporation (formerly LINE Corp.) in Tokyo, Japan."},"change_message_id":"413b9743675e55c24b5d44a4c1f71f5b0801348f","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"313ace98_4e548188","updated":"2025-02-21 08:24:43.000000000","message":"recheck nova-next","commit_id":"6a1a7a0cac330fc2f65f006e67817b89772b0275"},{"author":{"_account_id":30099,"name":"Nisha Brahmankar","email":"nishagb017@gmail.com","username":"nishagb","status":"Currently, I work in the OpenStack Team of LY Corporation (formerly LINE Corp.) in Tokyo, Japan."},"change_message_id":"8fbbdb62e5a0564e502d30fec3644ce332dab5ae","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":3,"id":"96404835_0d1c9006","updated":"2025-01-15 01:51:42.000000000","message":"run-Lightbits CI","commit_id":"6a1a7a0cac330fc2f65f006e67817b89772b0275"},{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"ed00eabbe70cf8a6df4ec1bf1ceb2c409ebf9e61","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"c3bd0a7c_57910ed9","updated":"2025-02-21 12:25:38.000000000","message":"the bug report does not edxpalin wiht a real exampel what proble is actully happening\n\nhttps://bugs.launchpad.net/nova/+bug/2089566\n\nthe behavior it descibe is not entirly correct but\n\nthis patch does not have enough testing to make me comfrotiabel with makeign this change.\n\ncan you propvode a concreate example of what breaks and in what scneario.\n\ni.e. what ml2/driver or core plugin is being used?\nwhat field did the bindign profile have before and after","commit_id":"6a1a7a0cac330fc2f65f006e67817b89772b0275"},{"author":{"_account_id":30099,"name":"Nisha Brahmankar","email":"nishagb017@gmail.com","username":"nishagb","status":"Currently, I work in the OpenStack Team of LY Corporation (formerly LINE Corp.) in Tokyo, Japan."},"change_message_id":"c4473b95de82c98bcba6e03794a06e7a89c7f873","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"d9d86696_d523fc69","in_reply_to":"96404835_0d1c9006","updated":"2025-02-21 07:13:37.000000000","message":"Done","commit_id":"6a1a7a0cac330fc2f65f006e67817b89772b0275"}],"nova/objects/migrate_data.py":[{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"ed00eabbe70cf8a6df4ec1bf1ceb2c409ebf9e61","unresolved":true,"context_lines":[{"line_number":125,"context_line":"            # Ensure to populate the profile filed, otherwise it"},{"line_number":126,"context_line":"            # will be lost during port binding in conductor."},{"line_number":127,"context_line":"            mig_vif \u003d cls(port_id\u003dvif[\u0027id\u0027],"},{"line_number":128,"context_line":"                          source_vif\u003dvif, profile\u003dvif[\u0027profile\u0027])"},{"line_number":129,"context_line":"            vif_mig_data.append(mig_vif)"},{"line_number":130,"context_line":"        return vif_mig_data"},{"line_number":131,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"0faa5746_7a0d3817","line":128,"updated":"2025-02-21 12:25:38.000000000","message":"the binding profile is intentionally not copied as the data in this is genreated by nova to pass to neutron.\n\nthere is only one filed that can be set by a human which is vf_trusted and we want to move that to a neutron api extention as the profile is admin/service only field to pass data form nova to the neutron backend used by neutron\n\nhttps://github.com/openstack/neutron-lib/blob/master/neutron_lib/api/definitions/portbindings.py#L31-L34","commit_id":"6a1a7a0cac330fc2f65f006e67817b89772b0275"}]}
