hey all,
i'm trying to add an existing cifs share to a new proxmox node and hitting some snags.
1. a share that isn't set to browseable can't be added?
i have a share called proxmox-content that i use already with another proxmox host, just to hold ISOs and VZ templates. i dont' like it to be browseable because it just clutters up other users' experience when navigating the shares. however it appears that i can't manually specify a share name; only those discovered via cifsscan appear to function. if i switch the share to browseable on my nas, i can pick it. if not, i can't. this seems like a bug, but i want to check before i file it as such.
2. i get errors about "creating" the iso folder in my share - this folder (well, it's a symlink) already exists.
create storage failed: error with cfs lock 'file-storage_cfg': mkdir /mnt/pve/pira/template/iso: Permission denied at /usr/share/perl5/PVE/Storage/Plugin.pm line 940. (500)
pira/template/iso is a symlink to pira/Media/Installers/OSes which is a general-purpose ISO store I use for a lot of cases. i suspect when the share is being brought online, if the iso *folder* doesn't exist, it gets created - but it can't be created because it already exists as a symlink, so it errors out and fails. i suspect this isn't an uncommon use case, so I wonder if this behavior should be changed? but again, wanted to get input before i filed a bug. thanks.
i'm trying to add an existing cifs share to a new proxmox node and hitting some snags.
1. a share that isn't set to browseable can't be added?
i have a share called proxmox-content that i use already with another proxmox host, just to hold ISOs and VZ templates. i dont' like it to be browseable because it just clutters up other users' experience when navigating the shares. however it appears that i can't manually specify a share name; only those discovered via cifsscan appear to function. if i switch the share to browseable on my nas, i can pick it. if not, i can't. this seems like a bug, but i want to check before i file it as such.
2. i get errors about "creating" the iso folder in my share - this folder (well, it's a symlink) already exists.
create storage failed: error with cfs lock 'file-storage_cfg': mkdir /mnt/pve/pira/template/iso: Permission denied at /usr/share/perl5/PVE/Storage/Plugin.pm line 940. (500)
pira/template/iso is a symlink to pira/Media/Installers/OSes which is a general-purpose ISO store I use for a lot of cases. i suspect when the share is being brought online, if the iso *folder* doesn't exist, it gets created - but it can't be created because it already exists as a symlink, so it errors out and fails. i suspect this isn't an uncommon use case, so I wonder if this behavior should be changed? but again, wanted to get input before i filed a bug. thanks.