mariadb pods failed to start
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-kubernetes |
New
|
Undecided
|
Unassigned |
Bug Description
I started mariadb through this commmand from quick start guide:
helm install --debug kolla-kubernete
But mariadb failed to start with error logs in /var/log/
170804 2:57:56 [Note] WSREP: CRC-32C: using hardware acceleration.
0804 2:57:56 [ERROR] WSREP: Bad value for 'node_address': '0.0.0.0': 22 (Invalid argument)
▽ at galera/
170804 2:57:56 [ERROR] WSREP: wsrep::init() failed: 7, must shutdown
170804 2:57:56 [ERROR] Aborting
The /etc/my.cnf file:
[client]
default-
[mysql]
default-
[mysqld]
bind-address = 0.0.0.0
port = 3306
log-error = /var/log/
log-bin = mysql-bin
binlog_format = ROW
default-
innodb_
collation-server = utf8_general_ci
init-connect = SET NAMES utf8
character-
datadir = /var/lib/mysql/
wsrep_cluster_
wsrep_provider_
wsrep_node_address = 0.0.0.0:4567
wsrep_sst_
wsrep_provider = /usr/lib64/
wsrep_cluster_name = openstack
wsrep_node_name = kolla
wsrep_sst_method = xtrabackup-v2
wsrep_sst_auth = root:8P67A1w9uW
wsrep_slave_threads = 4
wsrep_notify_cmd = /usr/local/
max_connections = 10000
key_buffer_size = 64M
max_heap_table_size = 64M
tmp_table_size = 64M
innodb_
[server]
pid-file = /var/lib/
information type: | Public → Public Security |
information type: | Public Security → Public |
information type: | Public → Public Security |
information type: | Public Security → Public |
Hi, out/removing wsrep_node_address everything work's fine.
After commenting-