Running into issue when creating containers on NFS shared storage.
Steps are as follows:
- Created folder on nfs share called incus
- Added storage pool as dir mapped to /mnt/incus/
- Attempted to create test Debian/13 test container with storage assigned to new storage-pool
*** Note The storage pool was created via lxconsole **
Received the following error:
Error: Failed instance creation: Failed creating instance from image: Error opening directory: open /var/lib/incus/storage-pools/incus/containers/test: permission denied
Is there something I’m missing or have done out of order?
Seeing permissions for the /var/lib/incus/storage-pools/ as follows:
drwxr-xr-x 1 977 incus 214 Jul 19 13:42 incus
Any help would be greatly appreciated.