Two servers at cloud host.
Secondary NIC on both servers is connected to a switch.
First server secondary NIC (eth1) is 10.0.0.1
Second server secondary NIC (eth1) is 10.0.0.2
Hosts file on both has entries for each of the two:
Created cluster with on eday-apps-a-node:
Attempted to add secondary node from secondary node with:
Fails with:
/etc/corosync/corosync.conf on eday-apps-a-node contains:
Secondary NIC on both servers is connected to a switch.
First server secondary NIC (eth1) is 10.0.0.1
Second server secondary NIC (eth1) is 10.0.0.2
Hosts file on both has entries for each of the two:
Code:
...
# Proxmox Cluster Hosts
10.0.0.1 eday-apps-a-node.us.io eday-apps-a-node
10.0.0.2 eday-apps-b-node.us.io eday-apps-b-node
...
Created cluster with on eday-apps-a-node:
Code:
pvecm create app-servers -bindnet0_addr 10.0.0.1 -ring0_addr eday-apps-a-node
Attempted to add secondary node from secondary node with:
Code:
pvecm add 10.0.0.1 -ring0_addr 10.0.0.2
Fails with:
Code:
unable to copy ssh ID: exit code 1
/etc/corosync/corosync.conf on eday-apps-a-node contains:
Code:
totem {
version: 2
secauth: on
cluster_name: app-servers
config_version: 1
ip_version: ipv4
interface {
ringnumber: 0
bindnetaddr: 10.0.0.1
}
}
nodelist {
node {
ring0_addr: eday-apps-a-node
name: eday-apps-a
nodeid: 1
quorum_votes: 1
}
}
quorum {
provider: corosync_votequorum
}
logging {
to_syslog: yes
debug: off
}