openstack Kilo Nova-Docker:the compute service status is still up after stop the nova-compute service

Bug #1498388 reported by gavin.nie
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
nova-docker
New
Undecided
Unassigned

Bug Description

Problem:
OS:Ubuntu 14.04
openstack KILO with nova-docker
Nova-Docker:the compute service is in up status after stop the nova-compute service(timeout=1 1 minute)

Steps:
1 Bring up the ubuntu kilo setup
2 Bring up the ubuntu docker setup
3 set the timeout to 1 minutes on nova.conf config
  client_socket_timeout = 60
4 restart nova-api service
  root@quasarucn3:~# service nova-api restart
 nova-api stop/waiting
 nova-api start/running, process 35035
5 check the current service list node
root@quasarucn3:~# nova service-list
+----+------------------+--------------+----------+---------+-------+----------------------------+-----------------+
| Id | Binary | Host | Zone | Status | State | Updated_at | Disabled Reason |
+----+------------------+--------------+----------+---------+-------+----------------------------+-----------------+
| 1 | nova-cert | quasarucn3 | internal | enabled | up | 2015-09-21T07:55:52.000000 | - |
| 2 | nova-conductor | quasarucn3 | internal | enabled | up | 2015-09-21T07:55:53.000000 | - |
| 3 | nova-consoleauth | quasarucn3 | internal | enabled | up | 2015-09-21T07:55:53.000000 | - |
| 4 | nova-scheduler | quasarucn3 | internal | enabled | up | 2015-09-21T07:55:56.000000 | - |
| 5 | nova-compute | quasarucn1 | nova | enabled | up | 2015-09-21T07:55:54.000000 | - |
| 6 | nova-compute | quasarsdn2 | nova | enabled | up | 2015-09-21T07:55:58.000000 | - |
| 7 | nova-compute | quasarsdnve1 | nova | enabled | up | 2015-09-21T07:55:49.000000 | - |
| 8 | nova-compute | quasarsdn1 | nova | enabled | up | 2015-09-21T07:55:54.000000 | - |
| 9 | nova-compute | quasarsdnve | nova | enabled | up | 2015-09-21T07:55:57.000000 | - |
+----+------------------+--------------+----------+---------+-------+----------------------------+-----------------+

5 stop the compute service from node quasarsdn2
root@quasarsdn2:~# service nova-compute stop
nova-compute stop/waiting
root@quasarsdn2:~# service nova-compute status
nova-compute stop/waiting
root@quasarsdn2:~#
6 wait more than 4 minust to check the compute status from controller side
quasarsdn2 is still in up status
root@quasarucn3:~# nova service-list
+----+------------------+--------------+----------+---------+-------+----------------------------+-----------------+
| Id | Binary | Host | Zone | Status | State | Updated_at | Disabled Reason |
+----+------------------+--------------+----------+---------+-------+----------------------------+-----------------+
| 1 | nova-cert | quasarucn3 | internal | enabled | up | 2015-09-21T08:11:12.000000 | - |
| 2 | nova-conductor | quasarucn3 | internal | enabled | up | 2015-09-21T08:11:13.000000 | - |
| 3 | nova-consoleauth | quasarucn3 | internal | enabled | up | 2015-09-21T08:11:13.000000 | - |
| 4 | nova-scheduler | quasarucn3 | internal | enabled | up | 2015-09-21T08:11:16.000000 | - |
| 5 | nova-compute | quasarucn1 | nova | enabled | up | 2015-09-21T08:11:15.000000 | - |
| 6 | nova-compute | quasarsdn2 | nova | enabled | up | 2015-09-21T08:03:08.000000 | - |
| 7 | nova-compute | quasarsdnve1 | nova | enabled | up | 2015-09-21T08:11:19.000000 | - |
| 8 | nova-compute | quasarsdn1 | nova | enabled | up | 2015-09-21T08:11:14.000000 | - |
| 9 | nova-compute | quasarsdnve | nova | enabled | up | 2015-09-21T08:11:17.000000 | - |
+----+------------------+--------------+----------+---------+-------+----------------------------+-----------------+

affects: nova → nova-docker
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.