Proxmox 8.2 CIFS mounted. Can read/write share but won't activate

scracha

Member
Aug 30, 2021
13
2
8
47
Hi,

install of Proxmox 8.2.2 for testing before upgrading cluster.

SMB share on Synology NAS. Synology is in other office using NAT traversal with TCP/445 forwarding to it from main office. Working fine with 6.3-3 and 7.3-3

On pve10 running 8.2.2
smbclient -U pvecluster //[MY IP ADDRESS]/NetBackup -c 'ls' - works as expected

cat /etc/pve/storage.cfg
..


cifs: HopeStSynology
path /mnt/pve/HopeStSynology
server [MY IP ADDRESS]
share NetBackup
content images,backup
nodes vm3,pve10
prune-backups keep-all=1
username pvecluster

vm3 is running 7.3-3 and works as expected. pve10 running 8.2.2 and doesn't

Summary for the share is Enabled = yes and Active = no.

Clicking on the share then Backups, error message is unable to activate storage 'HopeStSynology' - directory '/mnt/pve/HopeStSynology' does not exist or is unreachable (500)

Browsing to /mnt/pveHopeStSynology/dump I can list all the backups in there. I can also create and erase files.

I'm stumped. If anyone has ideas I'd appreciate it.
 
Last edited:
Clicking on the share then Backups, error message is unable to activate storage 'HopeStSynology' - directory '/mnt/pve/HopeStSynology' does not exist or is unreachable (500)

Browsing to /mnt/pveHopeStSynology/dump I can list all the backups in there. I can also create and erase files.
Perhaps: "/mnt/pve/HopeStSynology" <> "/mnt/pveHopeStSynology/dump" ;-)
 
Perhaps: "/mnt/pve/HopeStSynology" <> "/mnt/pveHopeStSynology/dump" ;-)

I can write to the folder?

Last login: Mon Apr 29 14:04:17 2024
root@pve10:~# cd /mnt/pve/HopeStSynology
root@pve10:/mnt/pve/HopeStSynology# echo "This is a test file" > testfile.txt
root@pve10:/mnt/pve/HopeStSynology# ls
dump images testfile.txt
root@pve10:/mnt/pve/HopeStSynology#
 
Mount shows active

root@pve10:/mnt# systemctl status /mnt/pve/HopeStSynology
● mnt-pve-HopeStSynology.mount - /mnt/pve/HopeStSynology
Loaded: loaded (/proc/self/mountinfo)
Active: active (mounted) since Mon 2024-04-29 13:52:07 NZST; 22h ago
Where: /mnt/pve/HopeStSynology
What: //[MY IP ADDRESS]/NetBackup

Proxmox doesn't.

root@pve10:/mnt# pvesm status
unable to activate storage 'HopeStSynology' - directory '/mnt/pve/HopeStSynology ' does not exist or is unreachable
Name Type Status Total Used Avai lable %
HopeStSynology cifs inactive 0 0 0 0.00%
local dir active 98497780 4604620 888 43612 4.67%
local-lvm lvmthin active 354275328 0 3542 75328 0.00%
pve2 lvm disabled 0 0 0 N/A
proxmox_mount_error_message.png

dmesg is full of the following errors
CIFS: VFS: reconnect tcon failed rc = -11
 
Last edited:
Changed SMB server to allow asynchronous reads and multichannel. PVE10 is now connecting, even after reboots. I'm not sure if the SMB settings change are the fix or simply because I've restarted the SMB server.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!