)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":4690,"name":"melanie witt","display_name":"melwitt","email":"melwittt@gmail.com","username":"melwitt"},"change_message_id":"255dd68c779069689d554a603063dbb6a228915f","unresolved":true,"context_lines":[{"line_number":21,"context_line":"volumes, because they are not connected to the host but directly through"},{"line_number":22,"context_line":"libvirt, so they can only use LUKS v1."},{"line_number":23,"context_line":""},{"line_number":24,"context_line":"Depends-On: Ia1411f11ec4bf44af6a42d5f96c8a0903846ed66"},{"line_number":25,"context_line":"Related-Bug: #1967157"},{"line_number":26,"context_line":"Change-Id: I40c518c3a3e760867efd6b6338fa9c16945b28c4"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":2,"id":"afc4cc45_edfa8053","line":24,"updated":"2022-05-31 19:29:22.000000000","message":"Also Depends-On: https://review.opendev.org/c/openstack/os-brick/+/836059","commit_id":"facdc2ce815a45bd0f015d318b42501e5aecb212"},{"author":{"_account_id":9535,"name":"Gorka Eguileor","email":"geguileo@redhat.com","username":"Gorka"},"change_message_id":"80cbe78907e6f55c1da4a6aba30bab806f2e1405","unresolved":false,"context_lines":[{"line_number":21,"context_line":"volumes, because they are not connected to the host but directly through"},{"line_number":22,"context_line":"libvirt, so they can only use LUKS v1."},{"line_number":23,"context_line":""},{"line_number":24,"context_line":"Depends-On: Ia1411f11ec4bf44af6a42d5f96c8a0903846ed66"},{"line_number":25,"context_line":"Related-Bug: #1967157"},{"line_number":26,"context_line":"Change-Id: I40c518c3a3e760867efd6b6338fa9c16945b28c4"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":2,"id":"619f7764_7ab3bc1d","line":24,"in_reply_to":"afc4cc45_edfa8053","updated":"2022-06-10 14:24:10.000000000","message":"Done","commit_id":"facdc2ce815a45bd0f015d318b42501e5aecb212"}],"/PATCHSET_LEVEL":[{"author":{"_account_id":4690,"name":"melanie witt","display_name":"melwitt","email":"melwittt@gmail.com","username":"melwitt"},"change_message_id":"fa386a97290d4c96c6fb775e308d6573066c8519","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"6cf5b238_465a9fb4","updated":"2022-05-29 06:32:20.000000000","message":"I\u0027m trying out a patch to have these tests run in the nova gate:\n\nhttps://review.opendev.org/c/openstack/nova/+/843700\n\nand test_extend_attached_encrypted_volume_luksv2 is failing with the following trace [1]:\n\nMay 29 01:37:39.611262 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: WARNING nova.compute.manager [req-2a05721a-7280-4086-b409-eb11734981d6 req-b8eb733e-aaf5-4687-86d0-d55bfb5fafd1 service nova] [instance: 38437be8-aa05-4eaf-9c37-e67e5786f1dd] Extend volume failed, volume_id\u003d75564c97-06f6-4996-9705-f5d7acb37fff, reason: \u0027Luks2Encryptor\u0027 object has no attribute \u0027extend_volume\u0027\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server [req-2a05721a-7280-4086-b409-eb11734981d6 req-b8eb733e-aaf5-4687-86d0-d55bfb5fafd1 service nova] Exception during message handling: AttributeError: \u0027Luks2Encryptor\u0027 object has no attribute \u0027extend_volume\u0027\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server Traceback (most recent call last):\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server   File \"/usr/local/lib/python3.8/dist-packages/oslo_messaging/rpc/server.py\", line 165, in _process_incoming\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server     res \u003d self.dispatcher.dispatch(message)\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server   File \"/usr/local/lib/python3.8/dist-packages/oslo_messaging/rpc/dispatcher.py\", line 309, in dispatch\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server     return self._do_dispatch(endpoint, method, ctxt, args)\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server   File \"/usr/local/lib/python3.8/dist-packages/oslo_messaging/rpc/dispatcher.py\", line 229, in _do_dispatch\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server     result \u003d func(ctxt, **new_args)\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server   File \"/opt/stack/nova/nova/exception_wrapper.py\", line 71, in wrapped\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server     _emit_versioned_exception_notification(\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server   File \"/usr/local/lib/python3.8/dist-packages/oslo_utils/excutils.py\", line 227, in __exit__\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server     self.force_reraise()\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server   File \"/usr/local/lib/python3.8/dist-packages/oslo_utils/excutils.py\", line 200, in force_reraise\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server     raise self.value\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server   File \"/opt/stack/nova/nova/exception_wrapper.py\", line 63, in wrapped\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server     return f(self, context, *args, **kw)\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server   File \"/opt/stack/nova/nova/compute/manager.py\", line 10644, in external_instance_event\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server     self.extend_volume(context, instance, event.tag)\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server   File \"/opt/stack/nova/nova/compute/utils.py\", line 1439, in decorated_function\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server     return function(self, context, *args, **kwargs)\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server   File \"/opt/stack/nova/nova/compute/manager.py\", line 211, in decorated_function\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server     compute_utils.add_instance_fault_from_exc(context,\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server   File \"/usr/local/lib/python3.8/dist-packages/oslo_utils/excutils.py\", line 227, in __exit__\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server     self.force_reraise()\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server   File \"/usr/local/lib/python3.8/dist-packages/oslo_utils/excutils.py\", line 200, in force_reraise\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server     raise self.value\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server   File \"/opt/stack/nova/nova/compute/manager.py\", line 200, in decorated_function\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server     return function(self, context, *args, **kwargs)\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server   File \"/opt/stack/nova/nova/compute/manager.py\", line 10501, in extend_volume\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server     self.driver.extend_volume(context, connection_info, instance,\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server   File \"/opt/stack/nova/nova/virt/libvirt/driver.py\", line 2818, in extend_volume\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server     self._resize_attached_encrypted_volume(\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server   File \"/opt/stack/nova/nova/virt/libvirt/driver.py\", line 2763, in _resize_attached_encrypted_volume\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server     decrypted_device_new_size \u003d encryptor.extend_volume(context,\nMay 29 01:37:39.680007 ubuntu-focal-ovh-gra1-0029815794 nova-compute[98023]: ERROR oslo_messaging.rpc.server AttributeError: \u0027Luks2Encryptor\u0027 object has no attribute \u0027extend_volume\u0027\n\n[1] https://5c94130dacc2205e2fae-0cec8bd98cc457c6b4dbeaccbdd2c1e3.ssl.cf2.rackcdn.com/843700/3/check/nova-next/f0d6605/controller/logs/screen-n-cpu.txt","commit_id":"facdc2ce815a45bd0f015d318b42501e5aecb212"},{"author":{"_account_id":4690,"name":"melanie witt","display_name":"melwitt","email":"melwittt@gmail.com","username":"melwitt"},"change_message_id":"255dd68c779069689d554a603063dbb6a228915f","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"4a3208df_1b8b1dcb","in_reply_to":"6cf5b238_465a9fb4","updated":"2022-05-31 19:29:22.000000000","message":"Update: This test is expected to fail until os-brick patch https://review.opendev.org/c/openstack/os-brick/+/836059 is merged, a new version of os-brick is released, and nova requirements is bumped to require that new os-brick version.\n\n[10:42:06]  \u003cgeguileo\u003e melwitt: we need the os-brick patch to merge and then the bump","commit_id":"facdc2ce815a45bd0f015d318b42501e5aecb212"},{"author":{"_account_id":8556,"name":"Ghanshyam Maan","display_name":"Ghanshyam Maan","email":"gmaan.os14@gmail.com","username":"ghanshyam"},"change_message_id":"1897e3a65c368ed955a8224aa56084238a1ea45e","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"659204a2_bfdcc43d","updated":"2022-06-28 21:17:13.000000000","message":"I cannot see test_extend_attached_encrypted_volume_luksv2 running in tempest gate. \n\nwe need to have this test run in nova gate which melwitt is trying and see its passing result before we merge this. https://review.opendev.org/c/openstack/nova/+/843700","commit_id":"6a35c6da1a763b10eb8c4b8e04046b013f91495b"},{"author":{"_account_id":22873,"name":"Martin Kopec","email":"mkopec@redhat.com","username":"mkopec"},"change_message_id":"156f49275ed5c6e4b993dfb409877f461f7ad14b","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"c8cd0907_948c0d27","updated":"2022-06-15 18:03:21.000000000","message":"lgtm, thank you for adding new tests, waiting with +w until all depends-on are merged","commit_id":"6a35c6da1a763b10eb8c4b8e04046b013f91495b"},{"author":{"_account_id":4690,"name":"melanie witt","display_name":"melwitt","email":"melwittt@gmail.com","username":"melwitt"},"change_message_id":"e198f33c4aa81cc9e26705ada26c6721f4a91fd6","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"01f21f1a_1924a263","updated":"2022-07-07 20:41:35.000000000","message":"Tests are passing in the nova patch depending on this [1]:\n\nhttps://review.opendev.org/c/openstack/nova/+/843700\n\nLGTM\n\n[1] https://212159587b4db1f2f67b-d413fbe3672f31435774ef2983026d41.ssl.cf2.rackcdn.com/843700/4/check/nova-next/38f03ed/testr_results.html","commit_id":"5e6fc7ab759ebb8ff5057da88251391ac7d10381"},{"author":{"_account_id":22873,"name":"Martin Kopec","email":"mkopec@redhat.com","username":"mkopec"},"change_message_id":"9d27dd4d038b925e39ccc79fe7944d9650c8b259","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"d8beff50_80b37c70","updated":"2022-07-25 19:07:54.000000000","message":"let\u0027s move forward with this, all depends on patches are merged and the test is running in the nova gate","commit_id":"5e6fc7ab759ebb8ff5057da88251391ac7d10381"},{"author":{"_account_id":22873,"name":"Martin Kopec","email":"mkopec@redhat.com","username":"mkopec"},"change_message_id":"6bed9082e751b93e919470894d3a5986da80c6a8","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"f75e0498_54110bf4","updated":"2022-07-14 09:58:55.000000000","message":"recheck - plugin sanity random failure - timeout on downloading the deps,the job seems to be passing now","commit_id":"5e6fc7ab759ebb8ff5057da88251391ac7d10381"},{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"a8c9c9794c75555728517230fcab3b7beb8427de","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"e68c3089_5166ff1d","updated":"2022-08-23 10:45:52.000000000","message":"these tests appare to be unstatable\ni think the volume might not be fully attached to the instnace before the resize is attemeted.\n\nhttps://zuul.opendev.org/t/openstack/build/5e64ad2283a24653a424ad91d99a3004/log/compute1/logs/screen-n-cpu.txt#52019\n\nwe are going to revert runnign this in nova-next until this can be fixed\nhttps://review.opendev.org/c/openstack/nova/+/854132\n\nhttps://opensearch.logs.openstack.org/_dashboards/app/discover/?security_tenant\u003dglobal#/?_g\u003d(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-7d,to:now))\u0026_a\u003d(columns:!(_source),filters:!((\u0027$state\u0027:(store:appState),meta:(alias:!n,disabled:!f,index:\u002794869730-aea8-11ec-9e6a-83741af3fdcd\u0027,key:project,negate:!f,params:(query:openstack%2Fnova),type:phrase),query:(match_phrase:(project:openstack%2Fnova))),(\u0027$state\u0027:(store:appState),meta:(alias:!n,disabled:!f,index:\u002794869730-aea8-11ec-9e6a-83741af3fdcd\u0027,key:build_name,negate:!f,params:(query:nova-next),type:phrase),query:(match_phrase:(build_name:nova-next))),(\u0027$state\u0027:(store:appState),meta:(alias:!n,disabled:!f,index:\u002794869730-aea8-11ec-9e6a-83741af3fdcd\u0027,key:build_status,negate:!f,params:(query:\u0027%20%20%20%20FAILURE\u0027),type:phrase),query:(match_phrase:(build_status:\u0027%20%20%20%20FAILURE\u0027)))),index:\u002794869730-aea8-11ec-9e6a-83741af3fdcd\u0027,interval:auto,query:(language:kuery,query:\u0027message:%22libvirt.libvirtError:%20invalid%20argument:%20disk%20!\u0027%2Fdev%2Fsda!\u0027%20was%20not%20found%20in%20the%20domain%20config%22\u0027),sort:!())","commit_id":"5e6fc7ab759ebb8ff5057da88251391ac7d10381"}]}
