Activity log for bug #1989232

Date Who What changed Old value New value Message
2022-09-10 00:07:35 Aboubacar Diare bug added bug
2022-09-10 00:07:35 Aboubacar Diare attachment added Tempest.conf https://bugs.launchpad.net/bugs/1989232/+attachment/5614879/+files/tempest.conf.test1
2022-09-10 00:08:11 Aboubacar Diare description ERROR: tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap.test_volume_swap_with_multiattach fails during tempest iSCSI tests due volume taking a long time to detach or failing to detach from instance. The logs herein show an example of a failure to detach. EXEPCTED BEHAVIOR: Volume successfully detaches and test passes. HOW TO DUPLICATE: Run: tox -e all -- tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap.test_volume_swap_with_multiattach | tee -a console.log.out CONFIG: - DevStack Zed Release - Single node using iSCSI - Host OS: Ubuntu 20.04 Distributor ID: Ubuntu Description: Ubuntu 20.04.3 LTS Release: 20.04 Codename: focal From tempest console.log: tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap.test_volume_swap_with_multiattach[id-e8f 8f9d1-d7b7-4cd2-8213-ab85ef697b6e,slow,volume] ------------------------------------------------------------------------------------------------------------- ---------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 81, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volume_swap.py", line 245, in test_volume_swap_ with_multiattach waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 301, in wait_for_volume_resource_status time.sleep(client.build_interval) File "/opt/stack/tempest/.tox/tempest/lib/python3.8/site-packages/fixtures/_fixtures/timeout.py", line 52, in signal_handler raise TimeoutException() fixtures._fixtures.timeout.TimeoutException Captured traceback-1: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 385, in wait_for_volume_attachment_remove_from_server raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: Volume a54c67b7-786e-4ba7-94ea-d1e0a722424a failed to detach from server 986b2dd5-542a-4344-a929-9ac7bbf35d7c within the required time (3600 s) from the compute API perspective In waiters.py: 373 while any(volume for volume in volumes if volume['volumeId'] == volume_id): 374 time.sleep(client.build_interval) 375 376 timed_out = int(time.time()) - start >= client.build_timeout 377 if timed_out: 378 console_output = client.get_console_output(server_id)['output'] 379 LOG.debug('Console output for %s\nbody=\n%s', 380 server_id, console_output) 381 message = ('Volume %s failed to detach from server %s within ' 382 'the required time (%s s) from the compute API ' 383 'perspective' % 384 (volume_id, server_id, client.build_timeout)) 385 raise lib_exc.TimeoutException(message) 386 try: 387 volumes = client.list_volume_attachments( 388 server_id)['volumeAttachments'] 389 except lib_exc.NotFound: 390 # Ignore 404s on detach in case the server is deleted or the volume 391 # is already detached. 392 return 393 return ERROR: tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap.test_volume_swap_with_multiattach fails during tempest iSCSI tests due to volume taking a long time to detach or failing to detach from instance. The logs herein show an example of a failure to detach. EXEPCTED BEHAVIOR: Volume successfully detaches and test passes. HOW TO DUPLICATE: Run: tox -e all -- tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap.test_volume_swap_with_multiattach | tee -a console.log.out CONFIG: - DevStack Zed Release - Single node using iSCSI - Host OS: Ubuntu 20.04 Distributor ID: Ubuntu Description: Ubuntu 20.04.3 LTS Release: 20.04 Codename: focal From tempest console.log: tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap.test_volume_swap_with_multiattach[id-e8f 8f9d1-d7b7-4cd2-8213-ab85ef697b6e,slow,volume] ------------------------------------------------------------------------------------------------------------- ---------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~     Traceback (most recent call last):       File "/opt/stack/tempest/tempest/lib/decorators.py", line 81, in wrapper     return f(*func_args, **func_kwargs)       File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper     return f(*func_args, **func_kwargs)       File "/opt/stack/tempest/tempest/api/compute/admin/test_volume_swap.py", line 245, in test_volume_swap_ with_multiattach     waiters.wait_for_volume_resource_status(self.volumes_client,       File "/opt/stack/tempest/tempest/common/waiters.py", line 301, in wait_for_volume_resource_status     time.sleep(client.build_interval)       File "/opt/stack/tempest/.tox/tempest/lib/python3.8/site-packages/fixtures/_fixtures/timeout.py", line 52, in signal_handler     raise TimeoutException()     fixtures._fixtures.timeout.TimeoutException Captured traceback-1: ~~~~~~~~~~~~~~~~~~~~~     Traceback (most recent call last):       File "/opt/stack/tempest/tempest/common/waiters.py", line 385, in wait_for_volume_attachment_remove_from_server     raise lib_exc.TimeoutException(message)     tempest.lib.exceptions.TimeoutException: Request timed out Details: Volume a54c67b7-786e-4ba7-94ea-d1e0a722424a failed to detach from server 986b2dd5-542a-4344-a929-9ac7bbf35d7c within the required time (3600 s) from the compute API perspective In waiters.py:     373 while any(volume for volume in volumes if volume['volumeId'] == volume_id):     374 time.sleep(client.build_interval)     375     376 timed_out = int(time.time()) - start >= client.build_timeout     377 if timed_out:     378 console_output = client.get_console_output(server_id)['output']     379 LOG.debug('Console output for %s\nbody=\n%s',     380 server_id, console_output)     381 message = ('Volume %s failed to detach from server %s within '     382 'the required time (%s s) from the compute API '     383 'perspective' %     384 (volume_id, server_id, client.build_timeout))     385 raise lib_exc.TimeoutException(message)     386 try:     387 volumes = client.list_volume_attachments(     388 server_id)['volumeAttachments']     389 except lib_exc.NotFound:     390 # Ignore 404s on detach in case the server is deleted or the volume     391 # is already detached.     392 return     393 return
2022-09-10 00:09:25 Aboubacar Diare attachment added Tempest Log https://bugs.launchpad.net/tempest/+bug/1989232/+attachment/5614880/+files/tempest.log.test1
2022-09-10 00:10:32 Aboubacar Diare attachment added Cinder Volume Log https://bugs.launchpad.net/tempest/+bug/1989232/+attachment/5614881/+files/cinder-volume.log.test1
2022-09-10 00:11:31 Aboubacar Diare attachment added cinder-wsgi.log.test1 https://bugs.launchpad.net/tempest/+bug/1989232/+attachment/5614882/+files/cinder-wsgi.log.test1
2022-10-03 01:59:13 Aboubacar Diare bug task added nova
2022-10-24 17:25:18 Aboubacar Diare attachment added local.conf https://bugs.launchpad.net/tempest/+bug/1989232/+attachment/5626439/+files/local.conf
2022-10-24 17:27:19 Aboubacar Diare attachment removed local.conf https://bugs.launchpad.net/tempest/+bug/1989232/+attachment/5626439/+files/local.conf
2022-10-24 17:35:35 Aboubacar Diare attachment added local_iscsi.conf https://bugs.launchpad.net/tempest/+bug/1989232/+attachment/5626440/+files/local_iscsi.conf
2022-10-27 09:19:59 Balazs Gibizer bug task added os-brick
2022-10-27 09:20:43 Balazs Gibizer nova: status New Triaged
2022-10-27 09:20:47 Balazs Gibizer nova: importance Undecided Medium
2022-10-27 09:21:02 Balazs Gibizer tags volumes