LXC zfs storage, mount point atime config not present in subvolume creation

mmenaz

Renowned Member
Jun 25, 2009
838
29
93
Northern east Italy
Hi, proxmox 8.1.3. I've set atime off in my pool
Bash:
zfs get all rpool | grep 'time'
rpool  atime                 off                    local
rpool  relatime              on                     default

I've the problem that if I add a mount point (mp0) to a LXC container, I can't specify in the GUI "Mount options" "atime" or "realtime" (so that Proxmox will create subvolume and set those properties).
I can set manually afterwards (zfs set atime=on rpool/subvol-102-disk-0) and then leaving the config "Mount options" property blank the containers "mount" command shows correctly relatime (so is taken from the host fs) but would love the config have that option working at creation and also if I modify the config.
Also if I manually set that property in the subvolume, and then set "noatime" in the config, noatime is present in the container mount parameters, wondering if it will override the subvolume zfs setting (that is still with atime on and relatime on) or just ignored.
Thanks a lot