)]}'
{"cinder/volume/drivers/nec/volume_helper.py":[{"author":{"_account_id":5997,"name":"Walt","display_name":"Hemna","email":"waboring@hemna.com","username":"walter-boring","status":"SAP"},"change_message_id":"681d2728f73accdb852ad2f7f08c9183f772506b","unresolved":false,"context_lines":[{"line_number":1326,"context_line":"                            {\u0027msgparm\u0027: msgparm, \u0027exception\u0027: e})"},{"line_number":1327,"context_line":""},{"line_number":1328,"context_line":"    def _fc_terminate_connection(self, vol_or_snap, connector,"},{"line_number":1329,"context_line":"                                 is_snapshot\u003dFalse):"},{"line_number":1330,"context_line":"        \"\"\"Disallow connection from connector.\"\"\""},{"line_number":1331,"context_line":"        if is_snapshot:"},{"line_number":1332,"context_line":"            LOG.debug(\u0027_fc_terminate_connection\u0027"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4d09062f","line":1329,"updated":"2020-09-10 20:19:15.000000000","message":"You can accomplish all this debug logging with the\n@utils.trace decorator.  It will show the input params as well as the return params","commit_id":"a5c62d7e88683dde32cd33a55503972cb2271efe"},{"author":{"_account_id":28403,"name":"Naoki Saito","email":"nasaito@nec.com","username":"n-saito"},"change_message_id":"a9f3beefff1f1c4188aaaf6b35442422747bf62d","unresolved":false,"context_lines":[{"line_number":1326,"context_line":"                            {\u0027msgparm\u0027: msgparm, \u0027exception\u0027: e})"},{"line_number":1327,"context_line":""},{"line_number":1328,"context_line":"    def _fc_terminate_connection(self, vol_or_snap, connector,"},{"line_number":1329,"context_line":"                                 is_snapshot\u003dFalse):"},{"line_number":1330,"context_line":"        \"\"\"Disallow connection from connector.\"\"\""},{"line_number":1331,"context_line":"        if is_snapshot:"},{"line_number":1332,"context_line":"            LOG.debug(\u0027_fc_terminate_connection\u0027"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8570c0dc","line":1329,"in_reply_to":"9f560f44_4d09062f","updated":"2020-09-16 09:45:41.000000000","message":"Done","commit_id":"a5c62d7e88683dde32cd33a55503972cb2271efe"}],"doc/source/reference/support-matrix.ini":[{"author":{"_account_id":18058,"name":"Lucio Seki","email":"lseki@redhat.com","username":"lseki"},"change_message_id":"5dae0d1e8e771b20f9368ea4f9342f7b133a8ddf","unresolved":false,"context_lines":[{"line_number":357,"context_line":"driver.linbit_linstor\u003dmissing"},{"line_number":358,"context_line":"driver.lvm\u003dmissing"},{"line_number":359,"context_line":"driver.macrosan\u003dmissing"},{"line_number":360,"context_line":"driver.nec\u003dmissing"},{"line_number":361,"context_line":"driver.netapp_ontap\u003dmissing"},{"line_number":362,"context_line":"driver.netapp_solidfire\u003dmissing"},{"line_number":363,"context_line":"driver.nexenta\u003dmissing"}],"source_content_type":"text/x-properties","patch_set":1,"id":"9f560f44_f9020109","line":360,"updated":"2020-08-14 12:40:17.000000000","message":"This patch is fixing a bug in the \"Snapshot Attachment\" feature for NEC driver, right?\nFor some reason, the support matrix is marking NEC driver as not supporting this feature [0].\nYou might want to also update the support matrix in this patch.\n\n[0] https://docs.openstack.org/cinder/ussuri/reference/support-matrix.html#operation_attach_snapshot_driver_nec","commit_id":"ba17b8b75f20f3c6b2897ddff77d48bc00d6b887"},{"author":{"_account_id":28403,"name":"Naoki Saito","email":"nasaito@nec.com","username":"n-saito"},"change_message_id":"6e8e73f553c58fc4c0319861a43dbd0b58c3a2f6","unresolved":false,"context_lines":[{"line_number":357,"context_line":"driver.linbit_linstor\u003dmissing"},{"line_number":358,"context_line":"driver.lvm\u003dmissing"},{"line_number":359,"context_line":"driver.macrosan\u003dmissing"},{"line_number":360,"context_line":"driver.nec\u003dmissing"},{"line_number":361,"context_line":"driver.netapp_ontap\u003dmissing"},{"line_number":362,"context_line":"driver.netapp_solidfire\u003dmissing"},{"line_number":363,"context_line":"driver.nexenta\u003dmissing"}],"source_content_type":"text/x-properties","patch_set":1,"id":"9f560f44_1d87aa11","line":360,"in_reply_to":"9f560f44_f9020109","updated":"2020-08-19 10:25:56.000000000","message":"Done","commit_id":"ba17b8b75f20f3c6b2897ddff77d48bc00d6b887"}],"releasenotes/notes/bug-1887885-nec-fix-snapshot-detach-error-fff3012e0e9a2d2b.yaml":[{"author":{"_account_id":18058,"name":"Lucio Seki","email":"lseki@redhat.com","username":"lseki"},"change_message_id":"ea9536050e8c883880663df8e29c8a409e7c0b81","unresolved":false,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"fixes:"},{"line_number":3,"context_line":"  - |"},{"line_number":4,"context_line":"    NEC driver:"},{"line_number":5,"context_line":"    `Bug #1887885 \u003chttps://bugs.launchpad.net/cinder/+bug/1887885\u003e`_."},{"line_number":6,"context_line":"    Fixed a snapshot detach error."},{"line_number":7,"context_line":""}],"source_content_type":"text/x-yaml","patch_set":2,"id":"9f560f44_38a8bcd9","line":6,"range":{"start_line":4,"start_character":0,"end_line":6,"end_character":34},"updated":"2020-08-19 10:56:30.000000000","message":"Recently we decided to have the following pattern for bugfix release notes:\n\n    `Bug #bug_id \u003claunchpad_url\u003e`_:\n    description_of_the_bugfix\n\nPlease see some examples here: https://review.opendev.org/#/c/746319/","commit_id":"a3ac7847de1fafd3a2a700ab965e0076026ff2b8"},{"author":{"_account_id":28403,"name":"Naoki Saito","email":"nasaito@nec.com","username":"n-saito"},"change_message_id":"3cc9e08ea43e06d31fb2c4ebbdf28779ac8fc681","unresolved":false,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"fixes:"},{"line_number":3,"context_line":"  - |"},{"line_number":4,"context_line":"    NEC driver:"},{"line_number":5,"context_line":"    `Bug #1887885 \u003chttps://bugs.launchpad.net/cinder/+bug/1887885\u003e`_."},{"line_number":6,"context_line":"    Fixed a snapshot detach error."},{"line_number":7,"context_line":""}],"source_content_type":"text/x-yaml","patch_set":2,"id":"9f560f44_2aa32fa0","line":6,"range":{"start_line":4,"start_character":0,"end_line":6,"end_character":34},"in_reply_to":"9f560f44_38a8bcd9","updated":"2020-08-20 09:56:33.000000000","message":"Done","commit_id":"a3ac7847de1fafd3a2a700ab965e0076026ff2b8"}]}
