Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TASK: [mariadb | Running MariaDB bootstrap container] *************************
- <localhost> REMOTE_MODULE kolla_docker image=localhost:4000/kollaglue/ubuntu-source-mariadb:2.0.0 action=start_cont ainer restart_policy=never name=bootstrap_mariadb
- <localhost> EXEC ['/bin/sh', '-c', 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1459181030.46-249137949565922 && echo $ HOME/.ansible/tmp/ansible-tmp-1459181030.46-249137949565922']
- <localhost> PUT /tmp/tmpxRotmU TO /root/.ansible/tmp/ansible-tmp-1459181030.46-249137949565922/kolla_docker
- <localhost> EXEC ['/bin/sh', '-c', u'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansib le-tmp-1459181030.46-249137949565922/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1459181030.46-249137949565 922/ >/dev/null 2>&1']
- failed: [localhost] => {"changed": true, "failed": true}
- msg: Container exited with non-zero return code
- FATAL: all hosts have already failed -- aborting
- root@ubuntu:~/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/mysql/my.cnf
- INFO:__main__:Copying /var/lib/kolla/config_files/galera.cnf to /etc/mysql/my.cnf
- INFO:__main__:Setting permissions for /etc/mysql/my.cnf
- INFO:__main__:Writing out command to execute
- Installing MariaDB/MySQL system tables in '/var/lib/mysql/' ...
- 160328 16:03:51 [Note] /usr/sbin/mysqld (mysqld 10.0.24-MariaDB-1~trusty-wsrep) starting as process 33 ...
- OK
- Filling help tables...
- 160328 16:03:55 [Note] /usr/sbin/mysqld (mysqld 10.0.24-MariaDB-1~trusty-wsrep) starting as process 60 ...
- 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 ubuntu 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 [email protected].
- Alternatively consider joining our community based development effort:
- http://mariadb.com/kb/en/contributing-to-the-mariadb-project/
- 160328 16:03:59 mysqld_safe Logging to '/var/log/kolla/mariadb/mariadb.log'.
- 160328 16:03:59 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
- 160328 16:03:59 mysqld_safe WSREP: Running position recovery with --log_error='/var/lib/mysql//wsrep_recovery.ac9FAa' --pid-file='/var/lib/mysql//ubuntu-recover.pid'
- 160328 16:04:01 mysqld_safe WSREP: Failed to recover position: '160328 16:03:59 [Note] InnoDB: Using mutexes to ref count buffer pool pages
- 160328 16:03:59 [Note] InnoDB: The InnoDB memory heap is disabled
- 160328 16:03:59 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
- 160328 16:03:59 [Note] InnoDB: Memory barrier is not used
- 160328 16:03:59 [Note] InnoDB: Compressed tables use zlib 1.2.8
- 160328 16:03:59 [Note] InnoDB: Using Linux native AIO
- 160328 16:03:59 [Note] InnoDB: Using CPU crc32 instructions
- 160328 16:03:59 [Note] InnoDB: Initializing buffer pool, size = 128.0M
- 160328 16:03:59 [Note] InnoDB: Completed initialization of buffer pool
- 160328 16:03:59 [Note] InnoDB: Highest supported file format is Barracuda.
- 160328 16:03:59 [Note] InnoDB: 128 rollback segment(s) are active.
- 160328 16:03:59 [Note] InnoDB: Waiting for purge to start
- 160328 16:03:59 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.28-76.1 started; log sequence number 1616707
- 160328 16:03:59 [Warning] InnoDB: Skipping buffer pool dump/restore during wsrep recovery.
- 160328 16:03:59 [Note] Plugin 'FEEDBACK' is disabled.
- 160328 16:03:59 [Note] Server socket created on IP: '10.102.22.89'.
- 160328 16:03:59 [ERROR] Can't start server: listen() on TCP/IP port: Address already in use
- 160328 16:03:59 [ERROR] listen() on TCP/IP failed with error 98
- 160328 16:03:59 [ERROR] Aborting
- 160328 16:03:59 [Note] InnoDB: FTS optimize thread exiting.
- 160328 16:03:59 [Note] InnoDB: Starting shutdown...
- 160328 16:04:01 [Note] InnoDB: Shutdown completed; log sequence number 1616717
- 160328 16:04:01 [Note] /usr/sbin/mysqld: Shutdown complete'
Advertisement
Add Comment
Please, Sign In to add comment