Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1694957

Summary: Tempest test test_resize_server_revert_with_volume_attached is failing
Product: Red Hat OpenStack Reporter: Michal Pryc <mpryc>
Component: openstack-novaAssignee: Artom Lifshitz <alifshit>
Status: CLOSED DUPLICATE QA Contact: OSP DFG:Compute <osp-dfg-compute>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 14.0 (Rocky)CC: amodi, dasmith, eglynn, jhakimra, kchamart, sbauza, sgordon, vromanso
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-04-04 20:44:33 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Full traceback from tempest failure. none

Description Michal Pryc 2019-04-02 07:22:14 UTC
Created attachment 1550895 [details]
Full traceback from tempest failure.

The tempest test test_resize_server_revert_with_volume_attached is failing on the following setup:

 RHEL 7.6 with OSP 14 that has two or more compute nodes core_puddle: 2019-03-06.1.


Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_server_actions.py", line 66, in tearDown
    self.server_check_teardown()
  File "/usr/lib/python2.7/site-packages/tempest/api/compute/base.py", line 206, in server_check_teardown
    cls.server_id)
  File "/usr/lib/python2.7/site-packages/tempest/common/waiters.py", line 124, in wait_for_server_termination
    raise lib_exc.DeleteErrorException(resource_id=server_id)
tempest.lib.exceptions.DeleteErrorException: Resource 24e27bc3-1ddd-48b2-91a6-2f84bc95c716 failed to delete and is in ERROR status
}}}

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/tempest/lib/decorators.py", line 112, in wrapper
    raise exc
tempest.lib.exceptions.TimeoutException: Request timed out
Details: (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached) Server 24e27bc3-1ddd-48b2-91a6-2f84bc95c716 failed to reach ACTIVE status and task state "None" within the required time (300 s). Current status: REVERT_RESIZE. Current task state: resize_reverting.

Comment 4 Artom Lifshitz 2019-04-04 20:44:33 UTC
Given that I found the following in ./compute-0/var/log/containers/nova/nova-compute.log, I think we can safely close this as a duplicate of 1678681.

2019-03-26 05:06:46.457 1 WARNING nova.virt.libvirt.driver [req-5fb7b6c8-ce0f-4442-9549-05c3edb5e7f6 1a79c6de9281494db7e56254a27ebbde 4dd6f09621954654adecbb1fbe500131 - default default] [instance: 24e27bc3-1ddd-48b2-91a6-2f84bc95c716] Timeout waiting for [('network-vif-plugged', u'3ba47795-3acb-4fec-b96e-98cfc9236abd')] for instance with vm_state resized and task_state resize_reverting.: Timeout: 300 seconds

and 

2019-03-26 05:06:46.775 1 ERROR nova.compute.manager [req-5fb7b6c8-ce0f-4442-9549-05c3edb5e7f6 1a79c6de9281494db7e56254a27ebbde 4dd6f09621954654adecbb1fbe500131 - default default] [instance: 24e27bc3-1ddd-48b2-9
1a6-2f84bc95c716] Setting instance vm_state to ERROR: VirtualInterfaceCreateException: Virtual Interface creation failed

*** This bug has been marked as a duplicate of bug 1678681 ***