yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #38766
[Bug 1498388] Re: openstack Kilo Nova-Docker:the compute service status is still up after stop the nova-compute service
** Project changed: nova => nova-docker
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1498388
Title:
openstack Kilo Nova-Docker:the compute service status is still up
after stop the nova-compute service
Status in nova-docker:
New
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 | - |
+----+------------------+--------------+----------+---------+-------+----------------------------+-----------------+
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova-docker/+bug/1498388/+subscriptions
References