Here are my package versions for my current install of proxmox. I added a CIFS share through the GUI used for backups and container data, but when I try to restart my node, the containers that have the share mounted prevent the node from shutting down, giving the classic systemctl error exit code=1 message. After having no other choice but a hard reboot, the node then loads the GUI, but all options are inaccessible, marked with question marks. Console has only this as an output:
If proxmox is running on linux kernel 4.15, why is it trying to use SMB2? SMB3 became the default dialect in kernel 4.13. On my windows side, it's using only SMB3 (I disabled all over versions).
I'm assuming SMB2 is the issue here, but if there's something else I should also be checking, let me know.
Code:
proxmox cifs vfs: iotcl error in smb2_get_dfs_refer rc=-5
If proxmox is running on linux kernel 4.15, why is it trying to use SMB2? SMB3 became the default dialect in kernel 4.13. On my windows side, it's using only SMB3 (I disabled all over versions).
I'm assuming SMB2 is the issue here, but if there's something else I should also be checking, let me know.