Created attachment 1459739[details]
mistral engine.log errors
Description of problem:
Completed mistral tasks attempt to update the action_executions_v2 table with too much BLOB/TEXT information. This raises an SQL error resulting in the completion of the task not being recorded. The mistral execution does not complete and WorkflowTasks_Step2_Execution never completes.
Version-Release number of selected component (if applicable):
RHOSP 13 GA
rpm -qa | grep mistral
openstack-mistral-executor-6.0.2-1.el7ost.noarch
python2-mistralclient-3.3.0-1.el7ost.noarch
puppet-mistral-12.4.0-0.20180329035643.ab885c4.el7ost.noarch
python2-mistral-lib-0.4.0-1.el7ost.noarch
openstack-mistral-api-6.0.2-1.el7ost.noarch
openstack-mistral-common-6.0.2-1.el7ost.noarch
python-mistral-6.0.2-1.el7ost.noarch
openstack-mistral-engine-6.0.2-1.el7ost.noarch
How reproducible:
Variable. Depends on the amount of data attempted.
Steps to Reproduce:
1. Configure overcloud to use Ceph and use ceph-ansible to deploy
2. CephAnsiblePlaybookVerbosity to 5
3. Attempt to deploy.
Actual results:
Overcloud deploy time out during WorkflowTasks_Step2_Execution
Expected results:
Successful overcloud deployment
Additional info:
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://access.redhat.com/errata/RHBA-2018:3587
Created attachment 1459739 [details] mistral engine.log errors Description of problem: Completed mistral tasks attempt to update the action_executions_v2 table with too much BLOB/TEXT information. This raises an SQL error resulting in the completion of the task not being recorded. The mistral execution does not complete and WorkflowTasks_Step2_Execution never completes. Version-Release number of selected component (if applicable): RHOSP 13 GA rpm -qa | grep mistral openstack-mistral-executor-6.0.2-1.el7ost.noarch python2-mistralclient-3.3.0-1.el7ost.noarch puppet-mistral-12.4.0-0.20180329035643.ab885c4.el7ost.noarch python2-mistral-lib-0.4.0-1.el7ost.noarch openstack-mistral-api-6.0.2-1.el7ost.noarch openstack-mistral-common-6.0.2-1.el7ost.noarch python-mistral-6.0.2-1.el7ost.noarch openstack-mistral-engine-6.0.2-1.el7ost.noarch How reproducible: Variable. Depends on the amount of data attempted. Steps to Reproduce: 1. Configure overcloud to use Ceph and use ceph-ansible to deploy 2. CephAnsiblePlaybookVerbosity to 5 3. Attempt to deploy. Actual results: Overcloud deploy time out during WorkflowTasks_Step2_Execution Expected results: Successful overcloud deployment Additional info: