Hello,
I have a CIFS share which worked great until tonight's upgrade and reboot.
When using 'mount.cifs' the share works as expected. Example:
So the share works properly.
Now, when using 'cifsscan' I get:
On 'pvesm add cifs' I get:
Same goes with the WebUI.
Any hints on how to solve this?
Thanks!
I have a CIFS share which worked great until tonight's upgrade and reboot.
When using 'mount.cifs' the share works as expected. Example:
Code:
root@pmx3-lim:~# mount.cifs -o user=USERNAME,pass=PASSWORD //1.2.3.4 /mnt/pve/stbox
root@pmx3-lim:/mnt/pve/stbox# ls
dump template
So the share works properly.
Now, when using 'cifsscan' I get:
Code:
root@pmx1-lim:/mnt/pve/stbox# pvesm cifsscan 1.2.3.4 --username USERNAME --password
Enter Password: ****************
root@pmx1-lim:/mnt/pve/stbox# echo $?
0
root@pmx1-lim:/mnt/pve/stbox# /usr/bin/smbclient //1.2.3.4 -d 0 -m smb3 -U USERNAME -c 'echo 1 0'
Enter USERNAME's password:
Domain=[PUBLICBACKUP158] OS=[] Server=[]
On 'pvesm add cifs' I get:
Code:
create storage failed: error with cfs lock 'file-storage_cfg': storage 'test' is not online
Same goes with the WebUI.
Any hints on how to solve this?
Thanks!
Last edited: