We have a two-node proxmox cluster and we need to shutdown one of the nodes for maintenance. This node happens to also be the node configured in the totem section of the corosync.conf file. How would we go about doing this safely so that we do not disrupt vm's on the other node?
Code:
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: bso01
nodeid: 2
quorum_votes: 1
ring0_addr: x.x.x.181
}
node {
name: bso02
nodeid: 1
quorum_votes: 1
ring0_addr: x.x.x.183
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: docdcpve
config_version: 2
interface {
bindnetaddr: x.x.x.183
ringnumber: 0
}
ip_version: ipv4
secauth: on
version: 2
}