Hello,
I set up a cluster in dual stack IPV4/IPV6. I would no longer like to use IPV4 on the cluster so I would like Corosync to be only in IPV6.
In corosync i have :
What's the right way to do it?
My idea is :
- Modify ring0 by ring0_addr: 2001:xxxx:xxxx:xxxx <= IPv6
- Increase Corosync version config
- Restart corosync service
It's the good method ?
Thanks.
I set up a cluster in dual stack IPV4/IPV6. I would no longer like to use IPV4 on the cluster so I would like Corosync to be only in IPV6.
In corosync i have :
JSON:
node {
name: test1
nodeid: 1
quorum_votes: 1
ring0_addr: XX.XX.XX.XX <= IPv4
ring1_addr: 2001:xxxx:xxxx:xxxx <= IPv6
}
What's the right way to do it?
My idea is :
- Modify ring0 by ring0_addr: 2001:xxxx:xxxx:xxxx <= IPv6
- Increase Corosync version config
- Restart corosync service
It's the good method ?
Thanks.