problems with proxmox ve 8.0.2

Jalvarez

New Member
Aug 26, 2023
17
1
1
I have three nodes and a cluster with CEPH+HA, now a cluster node in proxmox with CEPH disconnects by itself and I have to restart it to rejoin the cluster this is happening to me in version 8.0.2 of proxmox ve
 
I have three nodes and a cluster with CEPH+HA, now a cluster node in proxmox with CEPH disconnects by itself and I have to restart it to rejoin the cluster this is happening to me in version 8.0.2 of proxmox ve

Sounds like a issue in your network. Can you ping each node from each other? How does your /etc/pve/corosync.conf and /etc/network/interfaces look like (for each node)? Whats the output of pvecm status ? Please also attach /etc/apt/history.log
 
root@srvpro3:~# cat /etc/pve/corosync.conf
logging {
debug: off
to_syslog: yes
}

nodelist {
node {
name: srvpro2
nodeid: 2
quorum_votes: 1
ring0_addr: 192.168.60.11
}
node {
name: srvpro3
nodeid: 3
quorum_votes: 1
ring0_addr: 192.168.60.12
}
node {
name: srvprox1
nodeid: 1
quorum_votes: 2
ring0_addr: 192.168.60.10
}
}

quorum {
provider: corosync_votequorum
}

totem {
cluster_name: SERIMAR-CL
config_version: 7
interface {
linknumber: 0
}
ip_version: ipv4-6
link_mode: passive
secauth: on
version: 2
}
 
root@srvpro3:~# pvecm status
Cluster information
-------------------
Name: SERIMAR-CL
Config Version: 7
Transport: knet
Secure auth: on

Quorum information
------------------
Date: Mon Feb 5 21:44:57 2024
Quorum provider: corosync_votequorum
Nodes: 2
Node ID: 0x00000003
Ring ID: 1.deb
Quorate: Yes

Votequorum information
----------------------
Expected votes: 4
Highest expected: 4
Total votes: 3
Quorum: 3
Flags: Quorate

Membership information
----------------------
Nodeid Votes Name
0x00000001 2 192.168.60.10
0x00000003 1 192.168.60.12 (local)
 
root@srvpro3:~# cat /etc/network/interfaces
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!

source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

auto enp0s31f6
iface enp0s31f6 inet static
address 172.16.20.12/26
gateway 172.16.20.1
dns-nameservers 172.16.20.1
dns-search serimar.local
# ADMIN

iface enp3s0f0 inet manual

iface enp3s0f1 inet manual

iface enp4s0f0 inet manual

iface enp4s0f1 inet manual

auto enp6s0
iface enp6s0 inet static
address 192.168.60.12/28
#CLUSTER

auto vmbr0
iface vmbr0 inet manual
bridge-ports enp3s0f1
bridge-stp off
bridge-fd 0
#Virtual LAN1

auto vmbr1
iface vmbr1 inet manual
bridge-ports enp3s0f0
bridge-stp off
bridge-fd 0
#Virtual LAN2