Proxmox keeps giving me the following when I try to connect to a CIFS share running off of a virtualized FreeNAS box:
This share works fine on multiple computers, and running
returns this:
Furthermore, in the web UI when I set up the share, Proxmox successfully scans and lists the shares.
Any ideas?
Code:
create storage failed: error with cfs lock 'file-storage_cfg': storage 'Proxmox' is not online (500)
This share works fine on multiple computers, and running
Code:
smbclient -m smb3 -d 0 -L [IP] -N
returns this:
Code:
Anonymous login successful
Sharename Type Comment
--------- ---- -------
Private Disk
Proxmox Disk
Public Disk
Warez Disk
IPC$ IPC IPC Service (FreeNAS Server)
Reconnecting with SMB1 for workgroup listing.
Anonymous login successful
Server Comment
--------- -------
Workgroup Master
--------- -------
AD VIRT-NFS0
Furthermore, in the web UI when I set up the share, Proxmox successfully scans and lists the shares.
Any ideas?