Hello,
I have a strange issue with one of the storages. I have the storage shared on only one node:
From /etc/pve/storage.cfg
The storage is mounted and accesibile and I can even create VMs on it, but only if I click CreateVM while on the node tab or on the storage tab.
I have checked even with an account that has Administrator Role on \ (to establish that it's not a permission issue).
The thing is I am using different pools for different users and I want them to be able to have the storage option when trying to create a VM from one of the pools. The storage does not appear regardless if it's added as a member of those pools.
Is there anything else I can check?
Thank you
I have a strange issue with one of the storages. I have the storage shared on only one node:
From /etc/pve/storage.cfg
Code:
dir: storage
path /storage
content iso,images,vztmpl
nodes node
prune-backups keep-all=1
shared 0
The storage is mounted and accesibile and I can even create VMs on it, but only if I click CreateVM while on the node tab or on the storage tab.
Code:
root@node:~# pvesm status
Name Type Status Total Used Available %
storage dir active 19325261824 3029699088 16295562736 15.68%
root@node:~# ls -ld /storage/
drwxr-xr-x 4 root root 36 Aug 21 11:33 /storage/
root@node:~# df -h | grep storage
/dev/mapper/vgdata-lvdata 18T 2.9T 16T 16% /storage
I have checked even with an account that has Administrator Role on \ (to establish that it's not a permission issue).
The thing is I am using different pools for different users and I want them to be able to have the storage option when trying to create a VM from one of the pools. The storage does not appear regardless if it's added as a member of those pools.
Is there anything else I can check?
Thank you