Hello everyone,
i am encountering a lot of strange error messages in the
These shares are not configured in the
This is the example output in journal:
Interestingly it the node tries to connect to an NFS Share on that Synology. During the initial setup of our infrastructure i had a NFS share on the Synology connected to the node. During that time we encountered a lot of connection errors until we figured out, that the network cable connecting the Synology was actually broken. But now the two nodes in my cluster are connected to two shares on that Synology which work just fine. (with different share names than the ones found in the errors in journal)
But also: Now there are no NFS Shares configured anywhere. And both nodes in my cluster got even rebooted since that time. So i am really wondering: From where does the node remember these old share's information?
Any ideas?
(I am actually caring about this (potential) problem, since i am investigating an issue hat happened this night: All VMs lost connection / maybe the Cluster got out of sync. It might be connected to the above shown Synology topic since we are backing up VMs onto that Synology over the same network as corosync is run...)
i am encountering a lot of strange error messages in the
journal
about old (now not configured and not existing) cifs shares on my Synology (IP 10.0.1.20). These shares are not configured in the
GUI
, they are not show in /etc/pve/storage.cfg
and they are not listed when using findmnt
.This is the example output in journal:
Code:
Jan 11 15:00:05 proxmox1 kernel: CIFS: VFS: \\10.0.1.20\server-backups BAD_NETWORK_NAME: \\10.0.1.20\server-backups
Jan 11 15:00:05 proxmox1 kernel: CIFS: VFS: reconnect tcon failed rc = -2
Jan 11 15:00:05 proxmox1 kernel: CIFS: VFS: \\10.0.1.20\client-backups BAD_NETWORK_NAME: \\10.0.1.20\client-backups
Jan 11 15:00:05 proxmox1 kernel: CIFS: VFS: reconnect tcon failed rc = -2
Jan 11 15:00:05 proxmox1 kernel: CIFS: VFS: \\10.0.1.20\vmbackups BAD_NETWORK_NAME: \\10.0.1.20\vmbackups
Jan 11 15:00:05 proxmox1 kernel: CIFS: VFS: reconnect tcon failed rc = -2
Jan 11 15:00:07 proxmox1 kernel: CIFS: VFS: \\10.0.1.20\server-backups BAD_NETWORK_NAME: \\10.0.1.20\server-backups
Jan 11 15:00:07 proxmox1 kernel: CIFS: VFS: reconnect tcon failed rc = -2
Jan 11 15:00:07 proxmox1 kernel: CIFS: VFS: \\10.0.1.20\client-backups BAD_NETWORK_NAME: \\10.0.1.20\client-backups
Jan 11 15:00:07 proxmox1 kernel: CIFS: VFS: reconnect tcon failed rc = -2
Jan 11 15:00:07 proxmox1 kernel: CIFS: VFS: \\10.0.1.20\vmbackups BAD_NETWORK_NAME: \\10.0.1.20\vmbackups
Jan 11 15:00:07 proxmox1 kernel: CIFS: VFS: reconnect tcon failed rc = -2
Interestingly it the node tries to connect to an NFS Share on that Synology. During the initial setup of our infrastructure i had a NFS share on the Synology connected to the node. During that time we encountered a lot of connection errors until we figured out, that the network cable connecting the Synology was actually broken. But now the two nodes in my cluster are connected to two shares on that Synology which work just fine. (with different share names than the ones found in the errors in journal)
But also: Now there are no NFS Shares configured anywhere. And both nodes in my cluster got even rebooted since that time. So i am really wondering: From where does the node remember these old share's information?
Code:
Jan 11 15:00:09 proxmox1 kernel: nfs: server 10.0.1.20 not responding, timed out
Jan 11 15:00:15 proxmox1 systemd[1]: Stopping user@0.service - User Manager for UID 0...
Jan 11 15:00:15 proxmox1 systemd[206118]: Activating special unit exit.target...
Jan 11 15:00:15 proxmox1 systemd[206118]: Stopped target default.target - Main User Target.
Any ideas?
(I am actually caring about this (potential) problem, since i am investigating an issue hat happened this night: All VMs lost connection / maybe the Cluster got out of sync. It might be connected to the above shown Synology topic since we are backing up VMs onto that Synology over the same network as corosync is run...)