Devstack's service_check failures

Bug #1622239 reported by Chihiro Yokoyama
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Solum
New
Undecided
Unassigned

Bug Description

While development-setup using devstack like this page (https://wiki.openstack.org/wiki/Solum/solum-development-setup), I got below logs.

---

2016-09-10 18:42:48.804 | ' /home/ubuntu/devstack/local.conf
2016-09-10 18:42:48.818 | +./stack.sh:main:1337 [[ -x /home/ubuntu/devstack/local.sh ]]
2016-09-10 18:42:48.828 | +./stack.sh:main:1346 service_check
2016-09-10 18:42:48.837 | +functions-common:service_check:1633 local service
2016-09-10 18:42:48.847 | +functions-common:service_check:1634 local failures
2016-09-10 18:42:48.855 | +functions-common:service_check:1635 SCREEN_NAME=stack
2016-09-10 18:42:48.861 | +functions-common:service_check:1636 SERVICE_DIR=/opt/stack/status
2016-09-10 18:42:48.867 | +functions-common:service_check:1639 [[ ! -d /opt/stack/status/stack ]]
2016-09-10 18:42:48.879 | ++functions-common:service_check:1646 ls /opt/stack/status/stack/solum-api.failure /opt/stack/status/stack/solum-conductor.failure /opt/stack/status/stack/solum-deployer.failure
2016-09-10 18:42:48.889 | +functions-common:service_check:1646 failures='/opt/stack/status/stack/solum-api.failure
2016-09-10 18:42:48.889 | /opt/stack/status/stack/solum-conductor.failure
2016-09-10 18:42:48.889 | /opt/stack/status/stack/solum-deployer.failure'
2016-09-10 18:42:48.898 | +functions-common:service_check:1648 for service in '$failures'
2016-09-10 18:42:48.910 | ++functions-common:service_check:1649 basename /opt/stack/status/stack/solum-api.failure
2016-09-10 18:42:48.921 | +functions-common:service_check:1649 service=solum-api.failure
2016-09-10 18:42:48.929 | +functions-common:service_check:1650 service=solum-api
2016-09-10 18:42:48.937 | +functions-common:service_check:1651 echo 'Error: Service solum-api is not running'
2016-09-10 18:42:48.937 | Error: Service solum-api is not running
2016-09-10 18:42:48.946 | +functions-common:service_check:1648 for service in '$failures'
2016-09-10 18:42:48.958 | ++functions-common:service_check:1649 basename /opt/stack/status/stack/solum-conductor.failure
2016-09-10 18:42:48.967 | +functions-common:service_check:1649 service=solum-conductor.failure
2016-09-10 18:42:48.975 | +functions-common:service_check:1650 service=solum-conductor
2016-09-10 18:42:48.981 | +functions-common:service_check:1651 echo 'Error: Service solum-conductor is not running'
2016-09-10 18:42:48.981 | Error: Service solum-conductor is not running
2016-09-10 18:42:48.987 | +functions-common:service_check:1648 for service in '$failures'
2016-09-10 18:42:48.998 | ++functions-common:service_check:1649 basename /opt/stack/status/stack/solum-deployer.failure
2016-09-10 18:42:49.007 | +functions-common:service_check:1649 service=solum-deployer.failure
2016-09-10 18:42:49.014 | +functions-common:service_check:1650 service=solum-deployer
2016-09-10 18:42:49.020 | +functions-common:service_check:1651 echo 'Error: Service solum-deployer is not running'
2016-09-10 18:42:49.020 | Error: Service solum-deployer is not running
2016-09-10 18:42:49.026 | +functions-common:service_check:1654 '[' -n '/opt/stack/status/stack/solum-api.failure
2016-09-10 18:42:49.026 | /opt/stack/status/stack/solum-conductor.failure
2016-09-10 18:42:49.026 | /opt/stack/status/stack/solum-deployer.failure' ']'
2016-09-10 18:42:49.032 | +functions-common:service_check:1655 die 1655 'More details about the above errors can be found with screen'
2016-09-10 18:42:49.039 | +functions-common:die:186 local exitcode=0
2016-09-10 18:42:49.046 | [Call Trace]
2016-09-10 18:42:49.046 | ./stack.sh:1346:service_check
2016-09-10 18:42:49.046 | /home/ubuntu/devstack/functions-common:1655:die
2016-09-10 18:42:49.052 | [ERROR] /home/ubuntu/devstack/functions-common:1655 More details about the above errors can be found with screen
2016-09-10 18:42:50.057 | Error on exit

Revision history for this message
Devdatta Kulkarni (devdatta-kulkarni) wrote :

Hi Chihiro Yokoyama,

Thanks for filing this bug.

Can you provide following information:

- Commit of devstack used
- Commit of solum used

You might want to use devstack commit listed in

https://github.com/openstack/solum/blob/master/devstack/devstack-provenance#L1

See if that works for you.

You can also join Solum irc channel (#solum) where you will be able to discuss this with the rest of the team.

Thanks,
Devdatta

Revision history for this message
Chihiro Yokoyama (c-yokoyama-ttr) wrote :

Hi Devdatta,

Thank you for your response.

>Can you provide following information:

> - Commit of devstack used
> - Commit of solum used
I userd master branches, both of them at that time.
Sorry, I don't remember actual commits.

I'll retry to deploy based on your information.
Thanks for your instruction.

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.