The network cards and ips all seem to be working ok.
I did a shutdown in order to install an additional ssd.
After things came back up I added the ssd to ceph as an OSD. Ceph is on all 3 of my hosts, and it recognized the osd & rebalanced with the other ceph nodes.
Ceph has finished rebalancing, but the proxmox node isn't coming back up.
I've tried rebooting a few times ... Thought maybe the network cards might have been discovered in the wrong order, but the network cards seem ok ... I think. What could the issue be?
I did a shutdown in order to install an additional ssd.
After things came back up I added the ssd to ceph as an OSD. Ceph is on all 3 of my hosts, and it recognized the osd & rebalanced with the other ceph nodes.
Ceph has finished rebalancing, but the proxmox node isn't coming back up.
I've tried rebooting a few times ... Thought maybe the network cards might have been discovered in the wrong order, but the network cards seem ok ... I think. What could the issue be?
Code:
Feb 20 19:28:29 pve-a pmxcfs[1532]: [quorum] crit: quorum_initialize failed: 2
Feb 20 19:28:29 pve-a pmxcfs[1532]: [confdb] crit: cmap_initialize failed: 2
Feb 20 19:28:29 pve-a pmxcfs[1532]: [dcdb] crit: cpg_initialize failed: 2
Feb 20 19:28:29 pve-a pmxcfs[1532]: [status] crit: cpg_initialize failed: 2
Feb 20 19:28:35 pve-a pmxcfs[1532]: [quorum] crit: quorum_initialize failed: 2
Feb 20 19:28:35 pve-a pmxcfs[1532]: [confdb] crit: cmap_initialize failed: 2
Feb 20 19:28:35 pve-a pmxcfs[1532]: [dcdb] crit: cpg_initialize failed: 2
Feb 20 19:28:35 pve-a pmxcfs[1532]: [status] crit: cpg_initialize failed: 2
Feb 20 19:28:41 pve-a pmxcfs[1532]: [quorum] crit: quorum_initialize failed: 2
Feb 20 19:28:41 pve-a pmxcfs[1532]: [confdb] crit: cmap_initialize failed: 2
Feb 20 19:28:41 pve-a pmxcfs[1532]: [dcdb] crit: cpg_initialize failed: 2
Feb 20 19:28:41 pve-a pmxcfs[1532]: [status] crit: cpg_initialize failed: 2
Feb 20 19:28:47 pve-a pmxcfs[1532]: [quorum] crit: quorum_initialize failed: 2
Feb 20 19:28:47 pve-a pmxcfs[1532]: [confdb] crit: cmap_initialize failed: 2
Feb 20 19:28:47 pve-a pmxcfs[1532]: [dcdb] crit: cpg_initialize failed: 2
Feb 20 19:28:47 pve-a pmxcfs[1532]: [status] crit: cpg_initialize failed: 2
Feb 20 19:28:53 pve-a pmxcfs[1532]: [quorum] crit: quorum_initialize failed: 2
Feb 20 19:28:53 pve-a pmxcfs[1532]: [confdb] crit: cmap_initialize failed: 2
Feb 20 19:28:53 pve-a pmxcfs[1532]: [dcdb] crit: cpg_initialize failed: 2
Feb 20 19:28:53 pve-a pmxcfs[1532]: [status] crit: cpg_initialize failed: 2
Code:
root@pve-a:~# cat /etc/pve/corosync.conf
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: pve-a
nodeid: 1
quorum_votes: 1
ring0_addr: 10.0.0.21
ring1_addr: 10.0.1.21
}
node {
name: pve-b
nodeid: 2
quorum_votes: 1
ring0_addr: 10.0.0.22
ring1_addr: 10.0.1.22
}
node {
name: pve-c
nodeid: 3
quorum_votes: 1
ring0_addr: 10.0.0.23
ring1_addr: 10.0.1.23
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: Cluster
config_version: 11
interface {
linknumber: 0
}
interface {
linknumber: 1
}
ip_version: ipv4-6
link_mode: passive
secauth: on
version: 2
}
Last edited: