Activity log for bug #1595143

Date Who What changed Old value New value Message
2016-06-22 11:06:25 Vitaliy Nogin bug added bug
2016-06-22 11:11:32 Vitaliy Nogin description Detailed bug description: During the upgrade Mitaka->Newton mysql doesn't start properly TASK [galera_server : Start MySQL] ********************************************* fatal: [infra1_galera_container-7b8c247e]: FAILED! => {"changed": true, "cmd": "for i in {1..3}; do\n /etc/init.d/mysql start || true\n if pgrep mysqld; then\n exit 0\n else\n sleep 2\n fi\n done\n echo \"Service failed to start\"\n exit 1", "delta": "0:30:18.315926", "end": "2016-06-22 12:38:01.590688", "failed": true, "rc": 1, "start": "2016-06-22 12:07:43.274762", "stderr": "", "stdout": " * Starting MariaDB database server mysqld\n ...fail!\nService failed to start", "stdout_lines": [" * Starting MariaDB database server mysqld", " ...fail!", "Service failed to start"], "warnings": []} It seems that galera_upgrade_post.yml playbook should be reviewed. Steps to reproduce: Run upgrade from M to N Expected results: Mysql should be started without errors Actual result: Error during the task running Reproducibility: 100% Workaround: If I run the following command dirung the playbook running: openstack-ansible galera-install.yml --tags galera-bootstrap then mysql will be started. Impact: - Detailed bug description: During the upgrade Mitaka->Newton mysql doesn't start properly TASK [galera_server : Start MySQL] ********************************************* fatal: [infra1_galera_container-7b8c247e]: FAILED! => {"changed": true, "cmd": "for i in {1..3}; do\n /etc/init.d/mysql start || true\n if pgrep mysqld; then\n exit 0\n else\n sleep 2\n fi\n done\n echo \"Service failed to start\"\n exit 1", "delta": "0:30:18.315926", "end": "2016-06-22 12:38:01.590688", "failed": true, "rc": 1, "start": "2016-06-22 12:07:43.274762", "stderr": "", "stdout": " * Starting MariaDB database server mysqld\n ...fail!\nService failed to start", "stdout_lines": [" * Starting MariaDB database server mysqld", " ...fail!", "Service failed to start"], "warnings": []} It seems that galera_upgrade_post.yml playbook should be reviewed. Steps to reproduce: Run upgrade from M to N Expected results: Mysql should be started without errors Actual result: Error during the task running Reproducibility: 100% Workaround: If I run the following command during the playbook running: openstack-ansible galera-install.yml --tags galera-bootstrap then mysql will be started. Impact: -
2016-06-28 17:18:44 Jean-Philippe Evrard openstack-ansible: status New Confirmed
2016-06-28 17:18:51 Jean-Philippe Evrard openstack-ansible: importance Undecided Medium
2016-11-07 21:29:43 OpenStack Infra tags in-stable-mitaka
2016-11-08 19:04:21 OpenStack Infra openstack-ansible: status Confirmed In Progress
2016-11-08 19:04:21 OpenStack Infra openstack-ansible: assignee Jesse Pretorius (jesse-pretorius)
2016-11-15 14:23:15 OpenStack Infra openstack-ansible: status In Progress Fix Released
2016-11-16 14:39:00 OpenStack Infra tags in-stable-mitaka in-stable-mitaka in-stable-newton