Hi all,
This has been working for a while, however it's stopped working once I switch to domain authentication.
cifs_vms is on a truenas store also joined to the domain.
I recently recreated this smb share on freenas. This has disk images, isos, etc.
If I setup the share in Proxmox ve GUI and enter the domain, login, passsord, I can browse the shares. If I try to actually create it I get an error "storage is offline."
After doing some searching in the forum, I created the storage on the Proxmox VE host without the enabled box checked. Once I check it after creation to enable it, I get the? ? on the volume.
From the cli, I can run:
So as you can see pvesm scan can see the share ok.
Not sure why I have the ? and am unable to use it in the GUI. I also changed, at the filesystem level for all files in that share, ownership to LAN\svc_cifs_vms
Anyone have any ideas?
This has been working for a while, however it's stopped working once I switch to domain authentication.
cifs_vms is on a truenas store also joined to the domain.
I recently recreated this smb share on freenas. This has disk images, isos, etc.
If I setup the share in Proxmox ve GUI and enter the domain, login, passsord, I can browse the shares. If I try to actually create it I get an error "storage is offline."
After doing some searching in the forum, I created the storage on the Proxmox VE host without the enabled box checked. Once I check it after creation to enable it, I get the? ? on the volume.
From the cli, I can run:
Code:
root@vm:/var/log# pvesm scan cifs <truenas_fqdn> --username LAN\\svc_cifs_vms --password <mypassword> | grep cifs_vms
cifs_vms Cifs_VMS
So as you can see pvesm scan can see the share ok.
Not sure why I have the ? and am unable to use it in the GUI. I also changed, at the filesystem level for all files in that share, ownership to LAN\svc_cifs_vms
Anyone have any ideas?