hello.
i'm creating cluster with nodes in defferent networks.
according to manual my corosync.conf:
on first node it shows second, but repeatly asks for login data and when trying to access second node it shows "invalid PVE ticket".
where to store master password for second node? (via ssh nodes connecting by key)
i'm creating cluster with nodes in defferent networks.
according to manual my corosync.conf:
Code:
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: 1014
nodeid: 1
quorum_votes: 1
ring0_addr: 1x.2x.2x.1x
}
node {
name: 1117
nodeid: 2
quorum_votes: 1
ring0_addr: 2x.1x.2x.2x
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: vpc
config_version: 4
interface {
ringnumber: 0
}
transport: udpu
ip_version: ipv4
secauth: on
version: 2
}
on first node it shows second, but repeatly asks for login data and when trying to access second node it shows "invalid PVE ticket".
where to store master password for second node? (via ssh nodes connecting by key)
Last edited: