Hello,
I've created device mount point in unprivileged lxc container with following command :
pct set 140 -mp0 volume=/dev/mapper/lsdata,mp=/data
Container starts successfully, but I can't create any directory in /data
drwxr-xr-x 3 nobody nogroup 4096 Nov 22 14:55 data
root@m-server:~# mkdir /data/d
mkdir: cannot create directory '/data/d': Permission denied
Same scenario on PVE 8.4.1 is working fine. I didn't remember to have done any special settings on PVE 8.4.1 to work.
The block device /dev/mapper/lsdata is opened luks device on both PVEs.
I've created device mount point in unprivileged lxc container with following command :
pct set 140 -mp0 volume=/dev/mapper/lsdata,mp=/data
Container starts successfully, but I can't create any directory in /data
drwxr-xr-x 3 nobody nogroup 4096 Nov 22 14:55 data
root@m-server:~# mkdir /data/d
mkdir: cannot create directory '/data/d': Permission denied
Same scenario on PVE 8.4.1 is working fine. I didn't remember to have done any special settings on PVE 8.4.1 to work.
The block device /dev/mapper/lsdata is opened luks device on both PVEs.