I have 2 clusters each with 2 nodes. Both had shared ZFS or Directory disks between cluster nodes, but recently all these shared disks had a gray question mark saying that it is not possible to activate the disk in the cluster.
Nothing was changed in the network of these clusters, I checked connectivity between the nodes, restarted some services, but without success. The disk mounted on one node no longer appears on the other, for example /Storage1. The syslog gives the following warning:
Jul 12 08:41:05 PROXMOX01 pvestatd[1246063]: zfs error: cannot open 'Storage1': no such pool
Jul 12 08:41:05 PROXMOX01 pvestatd[1246063]: zfs error: cannot open 'Storage1': no such pool
Jul 12 08:41:05 PROXMOX01 pvestatd[1246063]: could not activate storage 'Storage1', zfs error: cannot import 'Storage1': no such pool available
root@VIRTUALIZADORX3:~# cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content iso,backup,vztmpl
lvmthin: local-lvm
thinpool data
vgname pve
content images,rootdir
zfspool: DATA
pool DATA
content rootdir,images
mountpoint /DATA
nodes VIRTUALIZADORX3,PROXMOX01
sparse 0
zfspool: Storage1
pool Storage1
content rootdir,images
mountpoint /Storage1
nodes VIRTUALIZADORX3,PROXMOX01
sparse 1
root@VIRTUALIZADORX3:~# cat /etc/pve/corosync.conf
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: PROXMOX01
nodeid: 1
quorum_votes: 1
ring0_addr: 192.168.100.32
}
node {
name: VIRTUALIZADORX3
nodeid: 2
quorum_votes: 1
ring0_addr: 192.168.100.212
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: ABBCOB
config_version: 3
interface {
linknumber: 0
}
ip_version: ipv4-6
link_mode: passive
secauth: on
version: 2
}
Nothing was changed in the network of these clusters, I checked connectivity between the nodes, restarted some services, but without success. The disk mounted on one node no longer appears on the other, for example /Storage1. The syslog gives the following warning:
Jul 12 08:41:05 PROXMOX01 pvestatd[1246063]: zfs error: cannot open 'Storage1': no such pool
Jul 12 08:41:05 PROXMOX01 pvestatd[1246063]: zfs error: cannot open 'Storage1': no such pool
Jul 12 08:41:05 PROXMOX01 pvestatd[1246063]: could not activate storage 'Storage1', zfs error: cannot import 'Storage1': no such pool available
root@VIRTUALIZADORX3:~# cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content iso,backup,vztmpl
lvmthin: local-lvm
thinpool data
vgname pve
content images,rootdir
zfspool: DATA
pool DATA
content rootdir,images
mountpoint /DATA
nodes VIRTUALIZADORX3,PROXMOX01
sparse 0
zfspool: Storage1
pool Storage1
content rootdir,images
mountpoint /Storage1
nodes VIRTUALIZADORX3,PROXMOX01
sparse 1
root@VIRTUALIZADORX3:~# cat /etc/pve/corosync.conf
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: PROXMOX01
nodeid: 1
quorum_votes: 1
ring0_addr: 192.168.100.32
}
node {
name: VIRTUALIZADORX3
nodeid: 2
quorum_votes: 1
ring0_addr: 192.168.100.212
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: ABBCOB
config_version: 3
interface {
linknumber: 0
}
ip_version: ipv4-6
link_mode: passive
secauth: on
version: 2
}