Error: Service q-agt is not running
I see the below error when I run ./stack.sh:
2014-03-31 14:52:08.319 | + [[ ! -d /opt/stack/status/stack ]] 2014-03-31 14:52:08.321 | ++ ls /opt/stack/status/stack/q-agt.failure 2014-03-31 14:52:08.322 | + failures=/opt/stack/status/stack/q-agt.failure 2014-03-31 14:52:08.324 | + for service in '$failures' 2014-03-31 14:52:08.325 | ++ basename /opt/stack/status/stack/q-agt.failure 2014-03-31 14:52:08.327 | + service=q-agt.failure 2014-03-31 14:52:08.329 | + service=q-agt 2014-03-31 14:52:08.330 | + echo 'Error: Service q-agt is not running' 2014-03-31 14:52:08.332 | Error: Service q-agt is not running 2014-03-31 14:52:08.333 | + '[' -n /opt/stack/status/stack/q-agt.failure ']' 2014-03-31 14:52:08.335 | + die 1164 'More details about the above errors can be found with screen, with ./rejoin-stack.sh' 2014-03-31 14:52:08.336 | + local exitcode=0 2014-03-31 14:52:08.338 | [Call Trace] 2014-03-31 14:52:08.339 | ./stack.sh:1302:service_check 2014-03-31 14:52:08.341 | /home/qa/devstack/functions-common:1164:die 2014-03-31 14:52:08.342 | [ERROR] /home/qa/devstack/functions-common:1164 More details about the above errors can be found with screen, with ./rejoin-stack.sh 1323@OpENStkCtl:~/devstack$
q-agt log shows: 2014-03-31 14:52:08.319 | + [[ ! -d /opt/stack/status/stack ]] 2014-03-31 14:52:08.321 | ++ ls /opt/stack/status/stack/q-agt.failure 2014-03-31 14:52:08.322 | + failures=/opt/stack/status/stack/q-agt.failure 2014-03-31 14:52:08.324 | + for service in '$failures' 2014-03-31 14:52:08.325 | ++ basename /opt/stack/status/stack/q-agt.failure 2014-03-31 14:52:08.327 | + service=q-agt.failure 2014-03-31 14:52:08.329 | + service=q-agt 2014-03-31 14:52:08.330 | + echo 'Error: Service q-agt is not running' 2014-03-31 14:52:08.332 | Error: Service q-agt is not running 2014-03-31 14:52:08.333 | + '[' -n /opt/stack/status/stack/q-agt.failure ']' 2014-03-31 14:52:08.335 | + die 1164 'More details about the above errors can be found with screen, with ./rejoin-stack.sh' 2014-03-31 14:52:08.336 | + local exitcode=0 2014-03-31 14:52:08.338 | [Call Trace] 2014-03-31 14:52:08.339 | ./stack.sh:1302:service_check 2014-03-31 14:52:08.341 | /home/qa/devstack/functions-common:1164:die 2014-03-31 14:52:08.342 | [ERROR] /home/qa/devstack/functions-common:1164 More details about the above errors can be found with screen, with ./rejoin-stack.sh @@@OpENStkCtl:~/devstack$
Has anyone see this error before. Can you let me know the workaround?