update node ip to be local not keepalived
This commit is contained in:
parent
8aa5ec9f86
commit
fa2c1614b0
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ services:
|
||||||
- --wsrep-cluster-name=mgdev1
|
- --wsrep-cluster-name=mgdev1
|
||||||
- --bind-address=0.0.0.0
|
- --bind-address=0.0.0.0
|
||||||
- --wsrep-cluster-address=gcomm://${CLUSTER_PRI_IP},${CLUSTER_SEC_IP},${CLUSTER_ARB_IP}${MGDB_NOTE_PRI}
|
- --wsrep-cluster-address=gcomm://${CLUSTER_PRI_IP},${CLUSTER_SEC_IP},${CLUSTER_ARB_IP}${MGDB_NOTE_PRI}
|
||||||
- --wsrep-node-address=${CLUSTER_KEEPALIVED_IP}
|
- --wsrep-node-address=${MGDB_LOCAL_IP}
|
||||||
- --wsrep-node-name=node${MGDB_NODE_NUMBER}
|
- --wsrep-node-name=node${MGDB_NODE_NUMBER}
|
||||||
- --binlog-format=row
|
- --binlog-format=row
|
||||||
- --innodb-autoinc-lock-mode=2
|
- --innodb-autoinc-lock-mode=2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue