Hi All,
I hope you're all well and healthy.
I've been updating the IPs in the Network and adjusted one node's Corosync file under that nodes:
I'd stopped both pve-cluster & corosync beforehand and on wanting to restart the Pve-cluster service it gives me the following error:
Checking journalctl -xeu pve-cluster.service gives the following
for completion this is the corosync config
Any ideas' how to fix this?
BR
D
I hope you're all well and healthy.
I've been updating the IPs in the Network and adjusted one node's Corosync file under that nodes:
nano /etc/pve/corosync.conf
I'd stopped both pve-cluster & corosync beforehand and on wanting to restart the Pve-cluster service it gives me the following error:
ob for pve-cluster.service failed because the control process exited with error code.
See "systemctl status pve-cluster.service" and "journalctl -xeu pve-cluster.service" for details.
Checking journalctl -xeu pve-cluster.service gives the following
Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ An ExecStart= process belonging to unit pve-cluster.service has exited.
░░
░░ The process' exit code is 'exited' and its exit status is 255.
Jul 08 11:24:44 Mars systemd[1]: pve-cluster.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ The unit pve-cluster.service has entered the 'failed' state with result 'exit-code'.
Jul 08 11:24:44 Mars systemd[1]: Failed to start pve-cluster.service - The Proxmox VE cluster filesystem.
░░ Subject: A start job for unit pve-cluster.service has failed
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ A start job for unit pve-cluster.service has finished with a failure.
░░
░░ The job identifier is 1399 and the job result is failed.
Jul 08 11:24:44 Mars systemd[1]: pve-cluster.service: Scheduled restart job, restart counter is at 5.
░░ Subject: Automatic restarting of a unit has been scheduled
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ Automatic restarting of the unit pve-cluster.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Jul 08 11:24:44 Mars systemd[1]: Stopped pve-cluster.service - The Proxmox VE cluster filesystem.
░░ Subject: A stop job for unit pve-cluster.service has finished
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ A stop job for unit pve-cluster.service has finished.
░░
░░ The job identifier is 1497 and the job result is done.
Jul 08 11:24:44 Mars systemd[1]: pve-cluster.service: Start request repeated too quickly.
Jul 08 11:24:44 Mars systemd[1]: pve-cluster.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ The unit pve-cluster.service has entered the 'failed' state with result 'exit-code'.
Jul 08 11:24:44 Mars systemd[1]: Failed to start pve-cluster.service - The Proxmox VE cluster filesystem.
░░ Subject: A start job for unit pve-cluster.service has failed
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ A start job for unit pve-cluster.service has finished with a failure.
░░
░░ The job identifier is 1497 and the job result is failed.
for completion this is the corosync config
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: EarthSpacedock
nodeid: 4
quorum_votes: 1
ring0_addr: 192.168.5.101
}
node {
name: Jupiter
nodeid: 3
quorum_votes: 1
ring0_addr: 192.168.5.100
}
node {
name: Mars
nodeid: 1
quorum_votes: 1
ring0_addr: 192.168.20.100
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: Federation
config_version: 13
interface {
linknumber: 0
}
ip_version: ipv4-6
link_mode: passive
secauth: on
version: 2
}
Any ideas' how to fix this?
BR
D
Last edited: