Comment 9 for bug 1350245

Revision history for this message
Artem Panchenko (apanchenko-8) wrote :

api: '1.0'
astute_sha: b16efcec6b4af1fb8669055c053fbabe188afa67
auth_required: true
build_id: 2014-07-31_10-30-25
build_number: '378'
feature_groups:
- mirantis
fuellib_sha: 9a64237c70fc464ef0b11ac7c0bad34e8c202135
fuelmain_sha: 63d0775708b0f5fa4d6d1e09a316d9c26f7e5444
nailgun_sha: 6119e1017771a704d0ff6dc84299801d211748b2
ostf_sha: b4c5efa51909404fd9ec1d0bbc38a31b200e1d6d
production: docker
release: '5.1'

This issue was reproduced during system tests: http://jenkins-product.srt.mirantis.net:8080/job/fuel_master.ubuntu.bvt_2/217/testReport/junit/(root)/deploy_ha_vlan/deploy_ha_vlan/

Deployment of 3rd controller (node-5) failed, here is the part of puppet logs:

 (/Stage[main]/Galera/Exec[wait-for-synced-state]/returns) change from notrun to 0 failed: /usr/bin/mysql -uwsrep_sst -ppassword -Nbe "show status like 'wsrep_local_state_comment'" | /bin/grep -q Synced && sleep 10 returned 1 instead of one of [0]

root@node-5:~# mysql 2>/dev/null -uwsrep_sst -ppassword -Nbe "show status like 'wsrep_local_state_comment'"
+---------------------------+-----------------------------------+
| wsrep_local_state_comment | Joining: receiving State Transfer |
+---------------------------+-----------------------------------+

MySQL logs from all controllers are attached.