| Summary: | nova.virt.libvirt.driver fails to shutdown reboot instance with error 'Code=38 Error=Failed to terminate process 4260 with SIGKILL: Device or resource busy' | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Pablo Iranzo Gómez <pablo.iranzo> |
| Component: | openstack-nova | Assignee: | Kashyap Chamarthy <kchamart> |
| Status: | CLOSED ERRATA | QA Contact: | Prasanth Anbalagan <panbalag> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 6.0 (Juno) | CC: | berrange, dasmith, dmaley, eglynn, jraju, kchamart, ndipanov, nlevinki, pablo.iranzo, pbandark, sbauza, sferdjao, sgordon, skinjo, srevivo, vromanso |
| Target Milestone: | async | Keywords: | ZStream |
| Target Release: | 6.0 (Juno) | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-nova-2014.2.3-59.el7ost | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1205647 | Environment: | |
| Last Closed: | 2016-04-18 15:04:24 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: | |
| Bug Depends On: | 1205647 | ||
| Bug Blocks: | 1303075, 1304081 | ||
|
Comment 2
Pablo Iranzo Gómez
2016-02-17 11:38:38 UTC
Verified as follows ************** VERSION ************** [root@lynx13 ~(keystone_admin)]# yum list installed | grep openstack-nova openstack-nova-api.noarch 2014.2.3-66.el7ost @rhelosp-6.0-puddle openstack-nova-cert.noarch 2014.2.3-66.el7ost @rhelosp-6.0-puddle openstack-nova-common.noarch 2014.2.3-66.el7ost @rhelosp-6.0-puddle openstack-nova-conductor.noarch 2014.2.3-66.el7ost @rhelosp-6.0-puddle openstack-nova-console.noarch 2014.2.3-66.el7ost @rhelosp-6.0-puddle openstack-nova-novncproxy.noarch 2014.2.3-66.el7ost @rhelosp-6.0-puddle openstack-nova-scheduler.noarch 2014.2.3-66.el7ost @rhelosp-6.0-puddle [root@lynx13 ~(keystone_admin)]# *********** LOGS *********** [root@lynx13 ~(keystone_admin)]# nova list +--------------------------------------+------+--------+------------+-------------+---------------------+ | ID | Name | Status | Task State | Power State | Networks | +--------------------------------------+------+--------+------------+-------------+---------------------+ | 7d792139-0dc6-4650-993e-22f7476286aa | vm1 | ACTIVE | - | Running | public=172.24.4.230 | | 80315579-1b2b-4e91-83ea-f428d2bc2ae3 | vm2 | ACTIVE | - | Running | public=172.24.4.229 | +--------------------------------------+------+--------+------------+-------------+---------------------+ [root@lynx13 ~(keystone_admin)]# nova stop vm1 [root@lynx13 ~(keystone_admin)]# [root@lynx13 ~(keystone_admin)]# nova list +--------------------------------------+------+---------+------------+-------------+---------------------+ | ID | Name | Status | Task State | Power State | Networks | +--------------------------------------+------+---------+------------+-------------+---------------------+ | 7d792139-0dc6-4650-993e-22f7476286aa | vm1 | SHUTOFF | - | Shutdown | public=172.24.4.230 | | 80315579-1b2b-4e91-83ea-f428d2bc2ae3 | vm2 | ACTIVE | - | Running | public=172.24.4.229 | +--------------------------------------+------+---------+------------+-------------+---------------------+ [root@lynx13 ~(keystone_admin)]# nova start vm1 [root@lynx13 ~(keystone_admin)]# [root@lynx13 ~(keystone_admin)]# nova list +--------------------------------------+------+---------+-------------+-------------+---------------------+ | ID | Name | Status | Task State | Power State | Networks | +--------------------------------------+------+---------+-------------+-------------+---------------------+ | 7d792139-0dc6-4650-993e-22f7476286aa | vm1 | SHUTOFF | powering-on | Shutdown | public=172.24.4.230 | | 80315579-1b2b-4e91-83ea-f428d2bc2ae3 | vm2 | ACTIVE | - | Running | public=172.24.4.229 | +--------------------------------------+------+---------+-------------+-------------+---------------------+ [root@lynx13 ~(keystone_admin)]# [root@lynx13 ~(keystone_admin)]# nova list +--------------------------------------+------+--------+------------+-------------+---------------------+ | ID | Name | Status | Task State | Power State | Networks | +--------------------------------------+------+--------+------------+-------------+---------------------+ | 7d792139-0dc6-4650-993e-22f7476286aa | vm1 | ACTIVE | - | Running | public=172.24.4.230 | | 80315579-1b2b-4e91-83ea-f428d2bc2ae3 | vm2 | ACTIVE | - | Running | public=172.24.4.229 | +--------------------------------------+------+--------+------------+-------------+---------------------+ [root@lynx13 ~(keystone_admin)]# nova suspend vm1 [root@lynx13 ~(keystone_admin)]# [root@lynx13 ~(keystone_admin)]# nova list +--------------------------------------+------+-----------+------------+-------------+---------------------+ | ID | Name | Status | Task State | Power State | Networks | +--------------------------------------+------+-----------+------------+-------------+---------------------+ | 7d792139-0dc6-4650-993e-22f7476286aa | vm1 | SUSPENDED | - | Shutdown | public=172.24.4.230 | | 80315579-1b2b-4e91-83ea-f428d2bc2ae3 | vm2 | ACTIVE | - | Running | public=172.24.4.229 | +--------------------------------------+------+-----------+------------+-------------+---------------------+ [root@lynx13 ~(keystone_admin)]# nova resume vm1 [root@lynx13 ~(keystone_admin)]# [root@lynx13 ~(keystone_admin)]# nova list +--------------------------------------+------+--------+------------+-------------+---------------------+ | ID | Name | Status | Task State | Power State | Networks | +--------------------------------------+------+--------+------------+-------------+---------------------+ | 7d792139-0dc6-4650-993e-22f7476286aa | vm1 | ACTIVE | - | Running | public=172.24.4.230 | | 80315579-1b2b-4e91-83ea-f428d2bc2ae3 | vm2 | ACTIVE | - | Running | public=172.24.4.229 | +--------------------------------------+------+--------+------------+-------------+---------------------+ Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-0639.html |