Activity log for bug #1644286

Date Who What changed Old value New value Message
2016-11-23 16:20:02 wanghongxu bug added bug
2016-11-23 16:26:44 wanghongxu description kolla version:390b4a2(git rev-parse --short HEAD) [root@controller kolla]# cat /etc/kolla/globals.yml | grep -v "^#" | grep -v "^$" --- openstack_release: "4.0.0" kolla_internal_vip_address: "192.168.80.11" network_interface: "eno16777736" neutron_external_interface: "eno33554984" ERROR LOG: ...... TASK [mariadb : include] ******************************************************* included: /usr/share/kolla/ansible/roles/mariadb/tasks/bootstrap_cluster.yml for localhost TASK [mariadb : Running MariaDB bootstrap container] *************************** fatal: [localhost]: FAILED! => {"changed": true, "failed": true, "msg": "Container exited with non-zero return code"} to retry, use: --limit @/usr/share/kolla/ansible/site.retry PLAY RECAP ********************************************************************* localhost : ok=58 changed=22 unreachable=0 failed=1 [root@controller kolla]# docker logs bootstrap_mariadb INFO:__main__:Kolla config strategy set to: COPY_ALWAYS INFO:__main__:Loading config file at /var/lib/kolla/config_files/config.json INFO:__main__:Validating config file INFO:__main__:Copying service configuration files INFO:__main__:Removing existing destination: /etc//my.cnf INFO:__main__:Copying /var/lib/kolla/config_files/galera.cnf to /etc//my.cnf INFO:__main__:Setting permissions for /etc//my.cnf INFO:__main__:Copying /var/lib/kolla/config_files/wsrep-notify.sh to /usr/local/bin/wsrep-notify.sh INFO:__main__:Setting permissions for /usr/local/bin/wsrep-notify.sh INFO:__main__:Writing out command to execute INFO:__main__:Setting permission for /var/lib/mysql Installing MariaDB/MySQL system tables in '/var/lib/mysql/' ... 161120 20:22:48 [Note] /usr/sbin/mysqld (mysqld 10.0.28-MariaDB-wsrep) starting as process 31 ... OK Filling help tables... 161120 20:22:55 [Note] /usr/sbin/mysqld (mysqld 10.0.28-MariaDB-wsrep) starting as process 58 ... OK To start mysqld at boot time you have to copy support-files/mysql.server to the right place for your system PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER ! To do so, start the server, then issue the following commands: '/usr/bin/mysqladmin' -u root password 'new-password' '/usr/bin/mysqladmin' -u root -h controller password 'new-password' Alternatively you can run: '/usr/bin/mysql_secure_installation' which will also give you the option of removing the test databases and anonymous user created by default. This is strongly recommended for production servers. See the MariaDB Knowledgebase at http://mariadb.com/kb or the MySQL manual for more instructions. You can start the MariaDB daemon with: cd '/usr' ; /usr/bin/mysqld_safe --datadir='/var/lib/mysql/' You can test the MariaDB daemon with mysql-test-run.pl cd '/usr/mysql-test' ; perl mysql-test-run.pl Please report any problems at http://mariadb.org/jira The latest information about MariaDB is available at http://mariadb.org/. You can find additional information about the MySQL part at: http://dev.mysql.com Support MariaDB development by buying support/new features from MariaDB Corporation Ab. You can contact us about this at sales@mariadb.com. Alternatively consider joining our community based development effort: http://mariadb.com/kb/en/contributing-to-the-mariadb-project/ 161120 20:23:00 mysqld_safe Logging to '/var/log/kolla/mariadb/mariadb.log'. kolla version:390b4a2(git rev-parse --short HEAD) [root@controller kolla]# cat /etc/kolla/globals.yml | grep -v "^#" | grep -v "^$" --- openstack_release: "4.0.0" kolla_internal_vip_address: "192.168.80.11" network_interface: "eno16777736" neutron_external_interface: "eno33554984" ERROR LOG: ...... TASK [mariadb : include] ******************************************************* included: /usr/share/kolla/ansible/roles/mariadb/tasks/bootstrap_cluster.yml for localhost TASK [mariadb : Running MariaDB bootstrap container] *************************** fatal: [localhost]: FAILED! => {"changed": true, "failed": true, "msg": "Container exited with non-zero return code"}  to retry, use: --limit @/usr/share/kolla/ansible/site.retry PLAY RECAP ********************************************************************* localhost : ok=58 changed=22 unreachable=0 failed=1 [root@controller kolla]# docker logs bootstrap_mariadb INFO:__main__:Kolla config strategy set to: COPY_ALWAYS INFO:__main__:Loading config file at /var/lib/kolla/config_files/config.json INFO:__main__:Validating config file INFO:__main__:Copying service configuration files INFO:__main__:Removing existing destination: /etc//my.cnf INFO:__main__:Copying /var/lib/kolla/config_files/galera.cnf to /etc//my.cnf INFO:__main__:Setting permissions for /etc//my.cnf INFO:__main__:Copying /var/lib/kolla/config_files/wsrep-notify.sh to /usr/local/bin/wsrep-notify.sh INFO:__main__:Setting permissions for /usr/local/bin/wsrep-notify.sh INFO:__main__:Writing out command to execute INFO:__main__:Setting permission for /var/lib/mysql Installing MariaDB/MySQL system tables in '/var/lib/mysql/' ... 161120 20:22:48 [Note] /usr/sbin/mysqld (mysqld 10.0.28-MariaDB-wsrep) starting as process 31 ... OK Filling help tables... 161120 20:22:55 [Note] /usr/sbin/mysqld (mysqld 10.0.28-MariaDB-wsrep) starting as process 58 ... OK To start mysqld at boot time you have to copy support-files/mysql.server to the right place for your system PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER ! To do so, start the server, then issue the following commands: '/usr/bin/mysqladmin' -u root password 'new-password' '/usr/bin/mysqladmin' -u root -h controller password 'new-password' Alternatively you can run: '/usr/bin/mysql_secure_installation' which will also give you the option of removing the test databases and anonymous user created by default. This is strongly recommended for production servers. See the MariaDB Knowledgebase at http://mariadb.com/kb or the MySQL manual for more instructions. You can start the MariaDB daemon with: cd '/usr' ; /usr/bin/mysqld_safe --datadir='/var/lib/mysql/' You can test the MariaDB daemon with mysql-test-run.pl cd '/usr/mysql-test' ; perl mysql-test-run.pl Please report any problems at http://mariadb.org/jira The latest information about MariaDB is available at http://mariadb.org/. You can find additional information about the MySQL part at: http://dev.mysql.com Support MariaDB development by buying support/new features from MariaDB Corporation Ab. You can contact us about this at sales@mariadb.com. Alternatively consider joining our community based development effort: http://mariadb.com/kb/en/contributing-to-the-mariadb-project/ 161120 20:23:00 mysqld_safe Logging to '/var/log/kolla/mariadb/mariadb.log'. [root@controller kolla]# docker exec -it heka bash (heka)[heka@controller /]$ cat /var/log/kolla/mariadb/mariadb.log cat: /var/log/kolla/mariadb/mariadb.log: Permission denied (heka)[heka@controller /]$ ls -al /var/log/kolla/mariadb/mariadb.log -rw-rw----. 1 997 996 10642 Nov 20 20:37 /var/log/kolla/mariadb/mariadb.log
2016-11-24 15:10:09 Paul Bourke kolla: status New Triaged
2016-11-24 15:10:10 Paul Bourke kolla: importance Undecided Low
2016-12-07 20:45:45 sayantani kolla: assignee sayantani (sayantani.goswami)
2016-12-07 20:47:39 sayantani kolla: assignee sayantani (sayantani.goswami)
2016-12-16 05:21:00 Jeffrey Zhang kolla: milestone ocata-3
2017-01-29 23:34:19 Jeffrey Zhang kolla: milestone ocata-3 ocata-rc1
2017-02-22 07:54:33 Jeffrey Zhang kolla: milestone ocata-rc1 pike-1
2017-06-14 16:04:49 Jeffrey Zhang kolla: milestone pike-2 pike-3
2017-07-30 01:59:23 Jeffrey Zhang kolla: milestone pike-3 pike-rc1
2017-09-06 14:51:10 Eduardo Gonzalez kolla: milestone pike-rc1 queens-1
2017-12-11 08:21:08 Jeffrey Zhang kolla: milestone queens-2 queens-3
2018-02-04 01:14:54 Jeffrey Zhang kolla: milestone queens-3 queens-rc1
2018-03-05 01:55:33 Jeffrey Zhang kolla: milestone queens-rc1 queens-rc2
2018-03-05 03:28:45 Jeffrey Zhang kolla: milestone queens-rc2 rocky-1
2018-04-11 12:24:14 jichenjc bug added subscriber jichenjc
2018-06-20 03:04:11 Jeffrey Zhang kolla: milestone rocky-2 rocky-3
2018-06-20 03:11:06 Jeffrey Zhang kolla: importance Low Undecided
2018-06-20 03:11:06 Jeffrey Zhang kolla: status Triaged Expired